Create a new Item on Monday Board with custom column values

Hello guys,
I am facing some issues while using the Monday Node for automation. While I am able to create a new Item on the Monday Board (Using Create operation), I am getting an error while specifying the custom column values.
Can anyone post the syntax for specifying multiple column values at the same time using the Monday Node?

Hey @AmeyHengle!

Welcome to the community :sparkling_heart:

Did you try passing a JSON object? Taking a quick look at their API, it seems like passing a JSON object might do the trick. Let me know if this doesn’t work :slight_smile:

Hey, yes I tried passing the JSON object, as specified in the Monday Documentation.

Following is the JSON object I passed to change an email column value:

{
  "id": "id",
  "text": "example",
  "title": "Title",
  "type": "email",
  "value": "{"email" : "[email protected]", "text" : "[email protected]"}"
}

The Item gets created, but column value still remains unpopulated.

1 Like