I’m running the following mutation
mutation {
create_subitem(
parent_item_id: 1111111,
item_name: "A sample text",
column_values: "{ \"person\":{\"personsAndTeams\":[{\"id\":1345679,\"kind\":\"person\"}]}, \"text4\":\"test/me/3\" }"
)
{ id, board { id } } }
While the item does get created and I get back a success response I don’t see the person assigned to the person id I specified. I verified that the personId being passed is correct