How to allow double selection on reference set selector?

0
Hello, how to allow same value to be selected twice on reference set selector? I would like to include it into my microflow that has been created to retrieve the selected values from the reference set selector. 
asked
1 answers
0

Can you eleborate a bit more, I don't fully understand what you are trying to accomplish.

 

You cannot directly configure this behavior in the reference set selector. Instead, you need to handle duplicates in your microflow. Use a separate entity to store selected values (including duplicates) and update this list manually through your microflow whenever a value is selected.

 

Hope this helps.

answered