"Primary key __id is not unique in the supplied array" - Bulk Update

Hey @Classified

Instead of using the current flow, you can simplify it by using additional scope to update the data.
Just follow these steps:

  1. In your table component, set the "On Save" action to run the desired query.
  2. Use the additionalScope option to pass the data you want to update.

Refer to the screenshots below for guidance:



This method makes the process more dynamic and manageable.

4 Likes