Hey there, I am developing a connection between some Service and Monday.com.
I am using mutation - create_item to create a new item.
my ‘column_values’ is a JSON format through the use of json.dumps()
columns[‘’] is a dictionary where the value is the Column Id and the key is the payload from the Service
On Line 65, I am trying to trying to set the field as someone based off their UserId and it is not working. What is wrong with the Syntax?
When I run this, I do not get an Error, just get a normal GraphQl response but no updates on the board
Note* I do have other fields below line 65 and they are either Text/Date which is showing up on the board as expected. This suggests there’s a Syntax Error
Any suggestions?
Here is some of the documentations i’ve read over
GraphQL APICheers!


