How to call a microflow on a selected list of items from a data grid?

0
Hi All, I wish to assign customers to a group (one-to-many association, reference set selector will not work in this case) I have created a data grid with an Xpath constraint showing customers without a group. I have changed it to simple multi-select. How do I create a button to call a microflow to perform actions on the selected list of customers in the data grid?   Thanks All!
asked
1 answers
6

Hi,

Using action button you can call the microflow and pass the selected object to that.

 

Thanks.

answered