Skip to main content

People column expansion

  • November 17, 2022
  • 0 replies
  • 814 views

rachelatmonday
Forum|alt.badge.img

You can now update the people column with an email address by sending a string with the column’s new value. Check out the code sample below!

mutation {
  change_simple_column_value(item_id: 123456789, board_id: 987654321, column_id: "person", value: "user@monday.com") {
    id
  }
}