Monday Non Existing Status Labels / create_labels_if_missing: true

Hey,

I’d like to create non-existing labels in status column of Monday.

Monday lets you do that when you add a field called create_labels_if_missing: true in the query.

In the Monday docs it shows like this:


And I’m trying to apply this field -->> create_labels_if_missing: true

in my Monday update column node, how can I apply this tag?

image
image

{
  "numbers28": 11,
  "name": "name test",
  "probenbezeichnung": "probenbezeichnung test",
  "date7": {
    "date": "2023-08-15",
    "includeTime": false
  },
  "kommentare": "kommentare test",
  "check": {
    "checked": "true"
  },
  "text2": "text2 test",
  "status3": {"label":"LKW"}
}

It how it is done on Make.com :

I created this query to send in http request like this:

image

as told in the document:

https://www.postman.com/matiasdavidson/workspace/monday-com-queries-and-mutations/request/17637789-ba27ab5e-6009-4d07-ac9b-99b9efa7e772

{
    "query": "mutation {change_multiple_column_values(item_id: 11111,board_id: 22222,column_values: \"{\\\"status92\\\": { \\\"label\\\": \\\"status92\\\" },\\\"status87\\\": { \\\"label\\\": \\\"status87\\\" },\\\"status51\\\": { \\\"label\\\": \\\"status51\\\" },\\\"status30\\\": { \\\"label\\\": \\\"status30\\\" },\\\"status9\\\":  { \\\"label\\\": \\\"status9\\\" },\\\"status8\\\":  { \\\"label\\\": \\\"status8\\\" },\\\"status7\\\":  { \\\"label\\\": \\\"status7\\\" },\\\"status5\\\":  { \\\"label\\\": \\\"status5\\\" },\\\"status4\\\":  { \\\"label\\\": \\\"status4\\\" },\\\"status3\\\":  { \\\"label\\\": \\\"status3\\\" },\\\"status2\\\":  { \\\"label\\\": \\\"status2\\\" },\\\"status1\\\":  { \\\"label\\\": \\\"status1\\\" }}\", create_labels_if_missing: true) {id}}"
}

Maybe it would help someone

1 Like

Sweet, great to see you’ve figured it out already @onurbolaca, thanks so much for sharing!

@MutedJam ,

But it needs to be added to the node as option I think. What do you think?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.