Passing Received Filter/Received Selection Passing to Application

Is there any way, currently, of passing a filter / row selection to an application? And if not, is there an idea for such functionality in the pipeline?

Example would be a user selects 5 rows/filters in an advanced list and clicks a row action which navigates to a mini app/another application which loads the selection based on the filter /selection passed in and where they can fill in missing fields - maybe a field is empty on one or two of the lines selected. They can fill it in and proceed.

I believe you can achieve that using a Lock Block. User selects up to 50 rows OR filters the list to only the rows they need, then on a FORM action, you can use either the received selection OR the received filter in the Logic Block and then queue an app link to the app mini app that you want to navigate to.

3 Likes

@deb.shupe This sounds great! Will investigate further on the suggestion. Thank you!

@deb.shupe The queue app links works perfectly, thank you.

The logic block can see the selection (this part works fine), but how does the selected/filtered results get to the application being queued/navigated to to be loaded/referenced there?

1 Like