Currently I am in an invoke workflow and in there I am passing an argument called in_CurrentRow once the for each is completed I have an if statement that if int_AddressMatchFailCount = int_ScrapedRowCount then I need to write back into the master excel document for that row in a column named Log message.
This is what I have right now
this is the code in the write cell area “Log Message” + (in_CurrentRow).ToString
I’m not sure if I’m doing this right?