I’m new to n8n and currently learning how to use a For Loop to generate social media posts with a delay between each iteration.
I’ve set it up successfully for the LinkedIn node — the loop runs and publishes posts with the expected delay. However, I’m struggling to get the same loop to also handle posts for the X (Twitter) node.
My questions are:
Can I reuse the same For Loop node for both LinkedIn and X posts?
Or do I need to create a separate For Loop for the X node?
Any guidance or example workflows would be appreciated.
