Google sheet : How to reset the "Memory Key" parameter of the "Get Next Row" module at the end of a flow?

Hi everyone! :blush:

I’m trying to create a flow that processes only the first 29 rows of a Google Sheet, one by one (using the module 'Get Next Row. At the end of the flow, I would like the “Get Next Row” function to start again from row 2 on the next run, instead of continuing from row 30 (since new data will be populated in the first 29 rows by then).

Currently, the Memory Key keeps track of the last processed row, so if the flow stops at row 29, the next execution resumes from row 30. However, my Google Sheet has no data beyond row 29 (all cells from row 30 onward are empty). I’d like to find a way to automatically reset the Memory Key at the end of each flow execution so that it always starts from row 2 when I rerun the flow.

Does anyone have suggestions on how to configure this? Is there a way to reset the Memory Key or make the “Get Next Row” function start again from the second row each time I run the flow?

If no, any workaround ?

Thanks in advance for any help! :pray:

Hello @Ivan_Sileo ,

You can add the Remove action for the storage piece after the GSheets step to delete the memory key, as shown in the image. The next run will start fetching rows from row 2.

Does that mean there’s no separation between “user storage” and “piece storage”?

Hi @kishanprmr really thanks for your message. It is exactely what i was looking for.
Appreciated again your help

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