I am updating data from the api and started to notice that some of the connecting_board values where were not populating.
Cause: When the api event fired an update_column_value for a connecing_board column. It send the values from the board_id (connected board) and linked_ids (records). However, the event is sending linked_ids that have been deleted and recreated.
I traced this back using the activity logs within graphQL.
How do I get the events to start sending the correct pulse_ids from a connected board?
Thanks.