Dear Team ,
I’m making an application in Python to send data via Monday’s API.
I’ve read a lot of threads, but I still don’t understand how to do it.
Can we create items directly with values?
Example :
(Creating a new item with column values populated (Python) - #4 by Tri)
Other example :
(How to post to a form using Monday.com's API?)
Where you have to create the item, then update this item, as it says here:
I wanted to do it in this form:
{ change_column_values (board_id: ' + str(board_id) + ', item_id: '+ str(rjson["data"]["create_item"]["id"]) + ', column_values: $columnValues)
but I can not.
Can you help me ?
