Passing params and updating data source search results

OK so this is the best way I can explain what I’m trying todo. I have a dashboard that takes in values from a user


the values in these fields need to be passed to a “search” page that has a repeating group of locations. like this…

the repeating group works when I query locations and I’m able to return the repeating group to the UI, how do I get it to work with the params provided by the user values provided on the other page?

thanks in advance.

To send data as a parameter you can use the Go to page action with additional parameters in the form of key/value pairs


It can be a static value or you could insert dynamic data to send to a page. Also, you can send it to the same page or a different page.

To get data from the parameter, use Get data from Page URL as your data source.

Appreciate it, you have me thinking…

I think i’m most challenged with the data type. The data source on the search is location type, but the parameters I want to search for are text. The primary purpose is to filter down the locations with specific dollar values passed in by the user.

Thanks for the solution you provided; @psycholabdesign totally worked. I genuinely appreciate your help on this. Sometimes I just need to trust the framework.

1 Like

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