For each data row

in for each same names come multiple times can we stop

Hi @Relangi_Siva

Can you tell us what is your issue ? What is the same name? Have you declare the name?

Give us more detail?

Regards
Gokul

Hi @Relangi_Siva

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.

Hi @Relangi_Siva

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