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:
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: