Update multiple rows in table

recordUpdates is an array, and you're only passing the first index 0.

You'll need to do a Javascript query and iterate through the array to run your update query for each item in the array.

Similar to:

1 Like