I’ve created a list of checkboxs using a repeating group and also created paramter urls and passing to the next page. Here in the next page i want to get info about those tools which are checked in the previous page from my database (airtable)
pass the data via url parameters
I’m passing the data but unable to filter data in next page. It would be great if you can help me out
can you share your workflow? how are you passing the data?
You want to get only the checked data from your RG right? If that’s the case, what you’ll do is save all the checked data from RG to a state like this:
index's state:plus item Current cell's Table's column
then pass this state to your key
checked = index's state
right now what you’re sending is a list of unique ids in the parameter
Are you switching from page to another or is this a single page workflow?
I would recommend keeping this on a single page and loading the state on the results group.
This topic was automatically closed after 70 days. New replies are no longer allowed.