Status Update to Bulk Rows

3 ways to do this:

  • Option 1: If its a small fixed number of rows, you can update them with a series of Set Column Values via Single Relations
  • Option 2: Send a webhook with a list of RowIDs, and update via the API
  • Option 3: Fake the update using @Jeff_Hager’s reset parentID approach
3 Likes