If you want to update a row in Supbase, you’re probably going to want to use the Supabase Update action in a workflow, select the id of the item you’re updating and then it’s pretty similar to the video above
Let me know how it goes and i can help you additionally
example: I have a quotation system for companies only. After registering the company in the system, this same company can register its employees to use the functions related to quotations and budgets… my question is, when you refer to the item ID, in my case, it would be the company ID or the employee ID?
@luka, this employee to be edited, has related data in 2 tables!
“user_work_profile” = ‘email’ field
“employees” = field ‘name’,‘position’.
But before that, I need to bring this data above to the datagrid, in this case I need to bring data from 2 tables to the datagrid and thus be able to edit this data and also delete it if necessary.
see if I’m on the right path: I created a collection for each table.
Now in my datagrid, I need to bring this information and show these three pieces of information in the grid