Hello,
I'm using the API to change the predecessors of rows, mostly delete some entries to the predecessors field so I can then safely delete the row that was a predecessor to others.
I assume it works for rows to update them with a new objectValue field that contains the same predecessors as before minus the one I want to delete. But when a row only has this row as predecessor, I can't override the objectValue with an empty new objectValue.
Could you tell me how to do this ?
Thank you !