Hi, I’m setting up a workflow to post a thread to X. The workflow first sends the root post and then, using the ID, it loops over the entries from Airtable and posts them as replies. I’m struggling to set the previous post ID to reply to.
The problematic part seems to be setting parent tweet id which is currently defined as {{ $('X1').item.json.id || $('X').item.json.id }}
as I’m getting an error saying that “Referenced node is unexecuted”.
Here’s how the workflow looks:
I’m wondering what are the options to make this work?