we are retrieving data for an entity object from the database to represent it in dropdown box . We have a particular issue. the field what we are getting is duplicate vale of the entity Object. how can i avoid duplicates in dropdown box and display unique values.
asked
MAHESH SEELAM
2 answers
1
answered
Ruud Fleskens
-2
Use a microflow for the selectable objects. In the microflow you can do a listoperation on itself to remove the duplicates.