Hello!,
I’m building an app, and I need help implementing a feature using NFC and deep linking.
Here’s my use case:
- I want users to scan an NFC tag that opens a specific screen in the app.
- The NFC tag contains a URL like this:
https://myapp.adalo.site/certificado-cliente?key=CCLATELIER0001 - That URL should open a screen in Adalo (called
Welcome screen) and pass the value ofkeyas a parameter to that screen.
My question is: How can I capture the key parameter inside the screen and use it to show information (e.g. filter a list or display a record)?
I’ve tried the Deep Linking route setup and added a custom route name (/key-customer), but I don’t see an option to add a screen parameter or input to capture the 'key` value.
Could you please confirm:
- Does Adalo currently support receiving URL query parameters like
?key=XYZ? - If yes, how can I access and use them inside the target screen?
- If not, is there a workaround or roadmap feature I could rely on?
Thanks in advance for your support!