I'm stuck working in this issue.
Here is the background:
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.
I used the AppState throughout the registration process.
When I finish registration. I need to write these records to ‘the database’.
I don't know if writing a Custom Action makes senses writing directly to the database tables or using the Supabase API.
The AppState Variable is a String <List> so I need to loop.
Any suggestions are appreciated.