Getting url parameters without "arbitrary javascript"?

Is there a way to get a URL parameter of a web app without arbitrary javascript installed? Given that there is no easy way to install this now (not officially supported by pragmaflow or in the marketplace), there doesn’t seem to be an easy way to do this.

What i want: if a user comes to my app hosted on a custom domain via adalo by clicking the link domainxyz/?ref=123456, I want to be able to capture “123456” and store that in a collection. How do i do this with currently available tools / components?

You might think of giving a shot to PWA deep linking

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.