I need Unique Value of Enumeration

0
I I need Unique Value of Enumeration i Filled Same Value many time but i want to show it i a single time.
asked
2 answers
0

Could you share more information about the attribute you use for the dropdown? At the moment i have to little information to understand your question. 

answered
0

Hello,

 

You can create a microflow to return unique list :

 

  1. Create a new list – UniqueList
  2. Retrieve the Actual DB list & Loop through the Actual DB list
  3. Now loop the Actual DB list, add a list operation and choose the Operation as 'Find' , List as ‘UniqueList’, Member as respected ‘Attribute’, Equals as ‘IterationObject/Attribute’ equals 
  4. If the object not found in step 3 then add the current iteration object to the UniqueList.

 

Hope it helps!

answered