I am using Xano as my external database for my Adalo app. I created an endpoint that takes the user id as an input and returns only that users entries in the table.
- Manually debugging in Xano works successfully
- If I hardcode the user id into the query parameter when setting up the external collection, it works.
- BUT if I use the magic text to pull the user id when setting up the external collection, Adalo sends a bad request to Xano with allllllllllll sort of information in JSON, instead of just the user id.
Anyone else run into this issue?