I have been trying to debug this for multiple hours now but I just can’t seem to figure it out. I have a “Get Started” button on my app. That button has two actions: 1 is for Create (from an external collection using Supabase) and 2 is for Link to another screen where the user will have to answer some questions. For some reason, the Link action won’t work when I click the Get Starter button but on my Supabase table, there’s a record created.
I’ve tried using different Supabase collections in my database, but it’s still doing the same thing. When I tried using Adalo collections, it worked. The Create External Collections and Link action duo just seems not to be working or I have missed something?