I am trying to create an item on Monda.com through Integromat. But it fails to create with an error code below;
I am an absolute beginner and unfamiliar with coding stuff but I am trying to create this looking at other existing scenarios... Please help me out!
RuntimeError [200] invalid value, please check our API documentation for the correct data structure for this column. https://api.developer.monday.com/docs/change-column-values [ Error Code: ColumnValueException / Error Details: {"column_value":"{"url"=>"[Collection]", "text"=>nil}","column_type":"LinkColumn"} ]
mutation { create_item ( board_id: 3483681072, group_id: "topics", item_name: "{{3.name}}", column_values: "{
"text": "{{3.mappable_column_values.mirror29}}",
"text2": "{{3.mappable_column_values.mirror0}}",
"text7": "{{3.mappable_column_values.mirror1}}",
"text76": "{{3.mappable_column_values.mirror8}}",
{{5.
Actual Photoshoot date
}}"text6": "{{3.mappable_column_values.mirror75}}",
"status_10" : { "label" : "{{3.mappable_column_values.status_10}}" },
"numbers": "{{3.mappable_column_values.numbers}}",
"link_to_ready_photos": "{{3.mappable_column_values.link_to_ready_photos}}",
"link": "{{3.mappable_column_values.link}}",
{{5.
Photoshoot Start
}}"text35": "{{3.mappable_column_values.text35}}"
}", create_labels_if_missing: true ) {id} }
- Tried copied pretty much everything from the scenarios running without problems, and tweaked some column IDs accordingly.