in for each same names come multiple times can we stop
Can you tell us what is your issue ? What is the same name? Have you declare the name?
Give us more detail?
Regards
Gokul
Can you elaborate your task?
If you dont want to loop through duplicates you can first get the unique one and process them.
Regards
Sudharsan
i scared data from drop down and converted to data table reading in for each .data comes double.
Can you share the screenshot of your XAML file?
i am reading for each from Generative datable from text
You read a data from dropdown and converted into datatable
after converting
Dtvariable.DefaultView.ToTable(True,"That column name")
This will get you the unique item and you can loop through it
Regards
Sudharsan
Hello @Relangi_Siva
Can you see duplicate values in the webpage as well or seeing only in the extracted data?
If yes, you can try with remove duplicates activity.
Thanks