Can't find way to script a link update

So basically what you have to do is…

  1. Get the changed row
  2. Get all rows of table People
  3. Iterate over 2.
  4. Compare the rowId of 1. with the content of the array of the column “Training 1”
  5. If that matches add (append a new item to the list) or update (overwrite the list with one or more items) the link for the column Autonomous

That should do the trick.

1 Like

Yes, that was mosty my plan.
I need to add a loop to search for the correct row to update.

For now, its holidays

Thanks for confirming my plan.
I’ll work on that after a whole week far away from internet

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.