xpath to remove duplicate values from the drop down

0
How do i remove the duplicate values from a reference selector using the Xpath? There is no keyword like Distinct or Unique in the xpath constraint option.
asked
1 answers
1

Use a microflow as datasource and use a list operation to filter out the duplicates.

Regards,

Ronald

 

answered