Hi, we need to create a new item in another board and put the updates from the existing item (integration triggering item) to the new one, from a status column change (integration trigger).
We managed to do almost all this, but what is our pain point, we dont know how get the original item updates and put this values in the new one. Every original item will contain only ONE update, there will not be images or second updates, just only 1 text update.
We are using the next Make modules.
WEBHOOK (custom webhook)
JSON transform to JSON
MONDAY → GET AN ITEM
MONDAY → CREATE AN ITEM
MONDAY → CREATE AN UPDATE
I repeat, we managed to do almost everything except get the original update and put it in the new one created item.
If I am understanding correctly, this is not currently possible to do directly. You could potentially add a step 3.5 to get the update then use step 5 to recreate the test of the update from 3.5.