Can I do a dual grid setup where the selection in Grid #1 filters Grid #2?

0
Hi everyone,   I’m trying to engineer this setup where data selected from Grid#1 (multi-select) can be use to filter the data in Grid #2.  I’m attempting to go the microflow route by having a button pass the selection list and finding the matching association. The entity in #1 and #2 and linked using a 1-to-1 association. My main issue is that the dataview in #2 has been complaining about not having the available arguments.  I’ve also tried some stuff I found online about using a parent object to make it work but no luck.  
asked
1 answers
1

Hi, On the right side, in your data view there is a listen to widget option. That will pass the selection from the data grid to the data view

answered