Hello everyone…
I have a screen for registering employees, on this screen, I have the option to register a new user and a data grid where these users are listed.
I have a button on the screen where it directs to a form to register a new user within the system using supabase as backend, there I have the table with the name “employees” the data to be filled in this form must be registered in this table. … but I’m having difficulty making these arrangements for the inclusion of users registered on this form…
Can anybody help me ?