Skip to main content

Create item with multiple column values

  • April 3, 2024
  • 1 reply
  • 277 views

Hello,
In the api documentation of Monday it is said that to add an item, we can use this GraphQL line:
mutation {
create_item (board_id: 1234567890, group_id: “group_one”, item_name: “new item”, column_values: “{"date":"2023-05-25"}”) {
id
}
}

What do we have to add to this line to create an item with multiple column values ?
Best regards,

1 reply

  • New Participant
  • April 5, 2024