Hey @Classified
Instead of using the current flow, you can simplify it by using additional scope to update the data.
Just follow these steps:
- In your table component, set the "On Save" action to run the desired query.
- 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.


