Hi @MythicGold thanks for reply. So far its matching with the input fields. but i can’t figure out how to do for each row. At the moment, it’s not looping back to the excel file after type into activity. How do i begin the loop again after the final step ? Thanks
change my for each into for each row and then use substring to get values from the row then u match values with the get text. you use so many nested for each for what?
also i dont know about your company software and what not, i cant help you solve this unless its a specific error or problem, your logic is something you have to figure it out urself :D.
thanks for reply. so instead of for each. i should use :for each row" to literate each row of the excel but the selector is not a data table type how do i achieve that ? the basic logic is
read the data from excel
filter the excel result and match it with web input fields.
then type something in related row to amend the data.
then repeated this process until all matched data are finish.
I am thinking to do with flow decision. would it make it easy ?
Hi @Luis261980 , thanks for the example and sorry about the delay. I wasn’t able to test till today. The filter wizard already did the matching before the output May i know why you put if outBatNo.Equals(“INSUFF”) ?
Thanks you
Thanks , i will use filter wizard it’s simpler. here is my current workflow. I am yet to figure how to loop back to step 2 FlowTestingExcel.xaml (35.0 KB)