Hey, I’m trying to update a column of a sub-row that I just created. I cannot know the column IDs beforehand, so I need to create the sub-row, and then use the response to get the column IDs and the subitem ID. When I try, I get an error that the subitem does not exist. This is the query:
mutation{change_multiple_column_values(
board_id: XXXXX, item_id: XXXXX, column_values: “{\\\\“text\\\\”: \\\\“Testing API\\\\”}”){id}}
Important note: The query works well when I use it on a parent item. It seems that it can’t find the subitems even when I use their subitem IDs.