How to write back into a data sheet in a column once the if is met

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?

@jeff.shubzda

In the write Cell you need to write the which range it is like A1 or B1 or C1 etc.,

but you wrote it as “Log Message” where in excel it is not available

image

If you want to write Log Message as above then place J5

Hope this may help you

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.