I have a simple workflow. I would like to update the Set Node ‘previous_cursor’ field after the workflow is completed. (the new cursor will be returned by the “Get Latest file Step” But I cannot figure out how can we do it with n8n node update workflow action. Or is there a better way to do?
HI
This is a Dropbox workflow to get the latest files. Every time the “Get File Continue” API runs, we need to store the latest returned cursor for the next run. I am considering storing this cursor directly within the n8n workflow instead of using an external solution like Google Sheets. If I am not able to work it out.
My example flow
Schedule trigger every 30s
Set Node (Contains previous run returned cursor)
Get the latest files and latest cursor with Step 2 previous cursor
Do Something
Update Step 2 Set Node cursor field with Step 3 returned latest cursor.