In this excel file i want to loop through column G and on the basis of the current value i have to find that path in column D.
After that i have to copy the complete path and write into the H column based on G column index.
For Example:-
my current value is 57862542_120661102. I will search in D Column where it will match.I will copy the complete path C:\Bot\Downloads\xmls\Z57862542_AE1_000120661102_0073.xml And write into the XML_File_Path column in first row.
Use for each row data table and pass the DT in it
2.1 Use if condition Currentrow(“Layout_Files”).ToString=“57862542_120661102”
2.2 Then flow, use assign Currentrow(“XML_File_Path”)=Currentrow(“XML_File_Raw_Path”).tostring
Out of for each row, write the data table in an excel sheet.
Thanks For Your Reply
But I have to search in D column that is XML_Files_Raw_Path.
I have to search that Path in the whole column, when find copy that path and paste into H column XML_File_Path