Hi Everyone,
My flow processes spreadsheets with hundreds of rows of data. The flow runs a specific loop and is only supposed to exit that loop if it encounters a blank row of data. For some reason, the flow stops after processing exactly 18 rows of data. Does anyone know how to ensure that the flow moves on to the next rows of data and doesn't just stop after doing the first 18?
I've tried adding a counter variable, increasing that variable by 1 every time a row is processed and stating that the bot should only exit the flow if the counter hits a specific number. That didn't work.
Any idea why my flow ceases operations after 18 rows?
Thanks!