Clearing Date Column in Subitem

Hello together,

is it possible to clear the date column of a subitem. I tried it with the “item_id” it works fine. But when I use the “subitem_id”. I get an error: “Item not found in board.”

Best Regards
Viktor



The subitem is in a different board to it’s parent. All subitems are in a separate board. That’s why they can have different columns.

You need to query the board id of the subitem before using the change_simple_column_value mutation.

In the example below, the boardId is 1518439140:

…but the boardId of the subitem is actually 1572248940, whereas the boardId of it’s parent is as expected:

Hello @dvdsmpsn,

thanks for your feedback! It Works:)

1 Like

Thank you for the help @dvdsmpsn !!