porton
October 11, 2025, 5:32am
1
I create a WordPress widget that loads all posts from my WordPress server.
I use a local n8n running in docker.
Next, I run the workflow in the browser.
When I close the browser tab and reopen it, the inputs and outputs of the widgets are again empty.
Is there any way to preserve the data between sessions?
If the data is not preserved, then my workflow would produce the same tweets again and again. That’s very bad.
Please advice me, how to make a workflow that does not load the same data and produces the same results again and again.
@porton please share your workflow objective screenshots or the workflow itself. I’ll review and provide feedback
porton
October 13, 2025, 1:15am
3
I don’t want to share the workflow itself, because it contains e.g. X and LinkedIn passwords. Here is the screenshot:
porton
October 13, 2025, 1:48am
4
So, in the above workflow, I’ve already solved the problem by storing processed IDs in PostgreSQL.
You can’t save the execution results as they are only temporarily available on each tab. The results are part of the trigger you made on that specific session.
system
Closed
January 11, 2026, 1:05pm
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.