Direct links to products or websites

Hey there @Santiago

You’ll have to set up a way to load the record with a URL parameter using Pragmaflow’s Arbitrary Javascript component.

What you can do is put the arbitrary javascript component and input on your home screen. Set up the javascript component to look for a unique URL parameter as displayed in the video.

I have a default loading screen as the home screen so that I can direct users to either the home page or a specific record details screen based on the URL parameter “id”:


Error if no record found:

List of records that matches the input limited to 1 result:

Inside the list is a countdown timer that links to the record’s details screen:

Real example:
https://pets.propaw.app/?id=2-Drogo & https://pets.propaw.app/
You’ll see that the URL with the parameter pulls the record and the one without displays the error.

4 Likes