Get Data from Page URL - Newbie

Hi All,

Need help when building for a native app. I have been advised to use Page Parameters vs custom states for mobile navigation. I am using a single page and using groups (collapsing and hiding etc)

On the home page, I have a repeating group that shows a list of countries, when a country is pressed. I need to navigate to another page that shows the list of houses associated with the country in a repeating group. This is already setup in the database but I am unsure on how to use page parameters to access the data on the next page.

1,Home Page (when country pressed = 2.Houses page, from the selection on the home page that shows the houses associated with the selected country.

Any help would be greatly appreciated

Hey @mattbubble,

From the looks of it, you have two options:

You could:

  1. Create a new page and set the page data type of whatever your repeating group is or
  2. Use Page Parameters and leverage the use of conditionals so when the page url parameters aren’t empty a group appears and displays data based off the data in the url.

Hope this helps! :blush:

You can learn more on how to use page parameter in the video below.

Samson @ Plugin Developer
Plugin Page
Plugin Forum

Thank you so much!

Thank you!!!

This topic was automatically closed after 70 days. New replies are no longer allowed.