Could any one kindly help me with the below issue.
I have a file path location with contains all the file path of my requirement.
I wan to compare this each file path with the all ID values in the Excel.
For example my file path is : "“C:\Users\Srinivas\Documents\3465_inputfile.pdf”
I want to compare ID value(3465) with the all the Emp Id available in the Excel and has to update the status as yes in the respective Status column as shown in the below screen shot
=> Take the Use Excel file activity and give the path of the file.
=> Inside use Excel file insert the for each Excel row activity. Output - CurrentRow
=> Inside for each Excel row activity insert the for each to iterate the FilePath (Array of String variable) Output - CurrentItem
=> In then block insert the Write cell activity
→ What to write : “Yes”
→ Where to write : CurrentRow.Byfield(“Status”)
→ Check the Auto increment option.
Thanks for the Quick Reply, In my directory I have more than 1 Files for example
C:\Users\Srinivas\Documents\3465_inputfile1.pdf
C:\Users\Srinivas\Documents\3465_inputfile2.pdf
C:\Users\Srinivas\Documents\3465_inputfile3.pdf so on,
Here i need to verify the First input file path value to the all the excel row values and have to update the status as Yes wit hte respective match value.
Actually my issue is failing to update the respective column in the excel. I am unable to update with the respective status column values as yes in the Excel.