Hello,
I'm trying to create a logic that will create a user on supabase and then check if this user exists in another base table. If it doesn't exist, the user is sent to a page informing him that he can't access the app's beta test and if it does, he can access the application's home page.ย
Here are the flow actions I used:
1. Action flow to create the account
2 A backend call that updates the email in my Talent table if there is a user associated with a talent.
3. Then I check if I have a result in the previous step to send the user to one or other page...
Thank you in advance for your help ^^