Saving AppState Data to Supabase Table.

I'm stuck working in this issue.

Here is the background:

  1. Registration data is stored in a AppState Variable which is a Custom Data type. This maps the Registration data and allows me to manage registrations.

  2. I used the AppState throughout the registration process.

  3. When I finish registration. I need to write these records to ‘the database’.

  4. I don't know if writing a Custom Action makes senses writing directly to the database tables or using the Supabase API.

  5. The AppState Variable is a String <List> so I need to loop.

Any suggestions are appreciated.

1
2 replies