Count the options selected from multi select dropdown?

0
I need a microflow which will count the number of options selected from a multiselect drop down. How can it could be done?
asked
2 answers
0

Hi Chethan,

 

In your multiselect widget, call the microflow as a on change event. You might have selected one entity from one of the association as multi select source in your widget.

 

This microflow should retrieve the list of selected values from the same association. After retrieving list, perform aggregrate list for the list using count function.

answered
0

Like this

answered