Type into For Each Row in DataTable in Web

Hi,
First time working with RPA and UiPath, I’m having issues with the type into inside an For Each Row in DataTable, he only writes the information at the first row in the Web App, he reads the information in all rows but only type into the first:

Someone help me fix this please,

Thanks

Hi @leonardoclsilva

I think u had to make the selector if type into activity as dynamic

Following two approaches can help u in that

  1. Check the selector and check whether any attribute contains any unique value

Or

  1. Use css selector approach for the type into activity css selector will find the unique attribute for each row then helps to type the data

Or

  1. Use anchor base approach

Use anchor base approach using unique column as anchor and other as type into

Let me know if u need any help

Regards,

Nived N :robot:

Happy Automation

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.