Hi, I am new to the world of Monday.com and am having an issue trying to connect my custom form on my wix website to a board I have setup in monday.com.
I can create an item with a name, no problem but when I try to add a column value it simply wont work from my javascript request. This exact same query works from the monday API playground though.
Help!
mutation { create_item (board_id: XXX, group_id: “XXX”, item_name: “tests from wix”, column_values: “{"status": {"label":"Sign-Up"}}”) { id }}