It looks like one of the parameters is incorrect. The ColumnName is probably wrong name. I cannot see the column which name is “Column5” in your data tables
Let me know if that helped.
Do you have “AddHeaders” checked in Read Range activities? If so, your ColumnName should be " Cell_value". It would be better to keep this name in the variable to have more control of it
I think your flow should be changed. As I understood, you want to take the value from first table (GCSR1) → search for it in the second table (dtsheet3) → write this value also in second data table (dtsheet3 column E). Is that correct?
If yes, you do not need to set “CellValue” output parameters because you already know it as it is your “LookupValu”. what you need to do is set “RowIndex” and if it is not eqal ‘-1’ it means that the value was found so you can just rewrite searched value to the column “Cell_value” with RowIndex.
I have already set Row Index in GCSR1 dttable. (1st dttable)
Now I need to just simple Vlookup on both these dttable with column “Value” and put the output in the 2nd dttable under Cell_value column.
As suggested by @kmisko11 did you check the check box for the add headers for the data table with sheet1 you mentioned in the first screenshot. the error is like we don’t have the Value column in the header of the datatable.