Change multiple column values with Monday

it’s just a key value pair, where the key is the name of the column and the value is the value you want to set.

For example, to change text and text2 columns in the image above you have to send the JSON as { "text2": "text2", "text": "text1"}

Let me know if that helps.

2 Likes