I have excel sheet in that one colum is there which contains document name like aadhar card, Pan card and so on… I have web browser in which there is a drop-down for the document. I want to filter that drop-down items as per the excel column… How can I do this?
Hi @Omkar_Shete1 ,
1.Read Excel
2.Use for each row activity to get that column value.
3.Use Select Item activity and Pass CurrentRow(Column Name).ToString to value field.
Thanks!
1 Like
Thanks for the solution
Pls make it as Solution. This is helpful for others.
Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.