Hello there :-)
I’m in need of help to make a simple zap working.
I’m trying to update a number of an item in monday.com when this item in google sheet is changed.
I first selected a record :
COL$D = 0 is the number I want to update.
COL$L = 1242752333 is the item ID in monday.com - I have all the Monday ID in GoogleSheet to make it easier
Here I choose the right board and searching the item by Google Sheet providing monday ID, and the number where I want to see the update happening.
And here we can see that it is finding the item, but not updating the number { 4 : { id: solde, value: ”-2431” }}
Instead of 0 I still have -2431.
Any clue will be helpful !
Thanks a lot