Write information in Excel

Hi,

Can you please advise
I have to workflows

  1. Upload data from ExcelFile into the queue in Orch - Numbers from CalumnA
  2. Download data from the queue in Orch. Numbers one by one are checking in website if their are Valid or NotValid. If numer is Valid I have to go back to ExcelFile (the same excelfile as in point 1.) and in ColumnC write “ValidNumber” or If numer is NotValid again go back to ExcelFile (the same excelfile as in point 1.) and in ColumnC write “InValidNumber”

My issue
In 2 Forkflow I have in ExcelFile always in ColumnC “ValidNumber” staus it must be something wrong in my sequence (please look only on Excel part)

ExcelStatus.zip (2.1 KB)

Do you need guys the whole 2 Workflows?

I saw that always that you get the variable out_ValidImage = True you are setting all the values of rows in column C to VALID using For Each Row activity. Do you want that result? Or do you want to evaluate each row and decide if write VALID or INVALID?