Microsoft Flow - Adding Some Delay
In a previous post, I walked through saving tweets to an Azure table so they could be retweeted later with an #ICYMI tag. As with most processes of learning, we do the hard way first to learn the concepts. And then we learn the easier ways to do it. As it so happens, Flow provides a much easier way to do this. We’re going to add some delay.
One of the Actions available in Flow is the Delay Action. This pauses the execution of a Flow for whatever amount of time you specify. So instead of saving our tweet to a storage table, we’re going to replace that part of the Flow with a delay and a tweet post after the delay.