I have a workflow that will create hundreds of tweets. How to post to X one-by-one, not all tweets without pauses between them?
I tried Wait widget to wait 24h, but it also waits before the first tweet, what is bad.
Also, what does Loop over Widgets widget do? Aren’t tweets anyway processed one-by-one? So, I don’t understand, when Loop over Widgets widget is useful.
You would want to use the loop over items node so it would be something like…
In this example the data table node is where I am keeping the tweets, I am then looping the output one at a time and adding in a 5 minute wait between each post.