I need to use an index - match formula in my excel sheet.
=INDEX(B:B,MATCH(I2,G:G,0))
I can pass the formula in within the add row excel connector, but the Row Number does not increment, it stays as I2 for all rows.
I tried switching to RC notation, but it did not appear to persist in excel online.
My flow first deletes all rows and then inserts new rows, so the formula needs to be inserted via the flow.
Is there a way to reference the current cell within the Match function that will increment properly?
Thanks!