Describe the problem/error/question
I’m running into an issue with my workflow where i’m trying to post a twitter thread I wrote on notion that is composed of a cell that has JSON. I parse the JSON and then I post the first tweet and reply to every next tweet thereafter, only when there’s a twitter id that exists and then I “Reply To” = ID
The problem: When I execute the workflow, it only runs once or experiences strange behaviour that is inconsistent like running them without the ID. I did a few variations, but none of them had consistent behaviour.
I’m wondering if anyone has resolved an issue like this that relies on data created within the loop. Is this where environment variables come into place? I’d like to keep it self contained since I don’t need the data anywhere else.
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
I am expecting “N” tweet posts which respond to each of the next threads.
Information on your n8n setup
- n8n version: ai-beta 1.14.0
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: macOS