Data Duplication

0
I have data coming from GET API . I want area in dropdown when i select the data it is showing all the values . I have tried to filter with union still duplicate data is showing in dropdown and the entity is non-persistent so i cannot set it to unique. How can i achieve this.
asked
3 answers
1

Hey Niharika,

 

Explaining Tim's answer further, under selectable objects you can write a microflow/nanoflow which is responsible for controlling the objects list shown in drop-down. Inside that microflow, you can get the entire list and then create a new list as 'resultlist', iterate over the entire list and add distinct objects to resultlist. Hope this helps.

 

Regards,

Naman Khard

answered
1

What will be the if condition which will be true to add to list. I have tried this but still no output. Can you check the mistake and let me know.

image.png

image.png

image.png

image.png

answered
0

Use the tab "Selectable objects":

image.png

answered