I’m trying to send a mutation to create a new item on the board and populate all columns. Everything seems to work except for the “person” column. No errors in the response.
You may find that your ‘person’ column is in fact now a ‘persons’ column. Thus you will need to use the slightly different syntax specified in the API doco for that column type. I had the same mistake.
@dipro this feels like it should be clarified/added to the documentation. Right now Monday.com documentation has tow distinct item “owner” types person and personsAndTeams. In this case, the person contains personsAndTeams, it’s a combo of the previous two types, or maybe just add an example for this use case.
Hey folks! Just wanted to update you saying that we added some copy to our documentation explaining the difference between the “Person” and “People” column.