Hey everyone, I’ve run into a persistent error when trying to do something in Integromat.
First, we’re creating an array of column id/value pairings with the same format as monday,
At this point, everything works, and with just text, email, and date columns this works fine. Then we added a People column to it and we get this error:
We’ve tried feeding the value the data hardcoded, we’ve copied code directly from the API documentation, we’ve fiddled with the containing arrays, and we just cannot get this error resolved. Does anyone recognize this?
Great question! So we actually used to offer two types of columns that would store user information, the “Person” column, as well as the “People” column.
Because the columnId of your column is “person,” this means the column you’re using is actually a Person column, not a People column. As such, the formatting for this column would be slightly different, for example: "{"id":235326}".