I’m trying to build a Zap between Better Proposals and Monday.com, so that each time a sales rep creates a proposal it automatically gets added to Monday. Therefore, I want to create a new item in a board and set multiple column values.
Will you please let me know which column types you’re looking to fill via the Create New Item step in Zapier? Are these, perhaps, a Status Column and a Text Column?
I did some testing on my end and I can confirm that the below works to create a new item and set a value in both a Status and a Text column:
While I’m not entirely sure what column types you’re using, will you try the below JSON? I updated it to match my known working column values JSON above
{“status”:{“label”:“Proposal”}, “estimated_value”:“mapped to a Better Proposal Value”}
Thanks for your help Scott. The second column is actually a numbers type, the first one is indeed status. I tried with your format and it still doesn’t work for me.
I also tried to change the numbers type column with a text type to see if maybe the issue was with the number type column when trying to edit multiple columns at once, with no luck.
Turns out the integration was updated between the moment I started working on it and when that error happened. I simply had to reconnect to Monday.com, the formatting was updated and I could proceed without errors.