Tag Archives: Power Automate

Power Automate – Flow – Review

Microsoft Power Automate Icon

The Love-Hate Relationship with Power Automate Flow: A Developer’s Tale.

In recent years, I’ve had the pleasure (and occasional misfortune) of working extensively with Power Automate Flow. If you’re a developer who’s ventured into the world of Microsoft’s automation platform, you probably know exactly what I mean.

Why do I say both pleasure and misfortune?
 
Continue reading

Creating a Flow to Retrieve Submitted Attachments

Today, I thought I’d share how to process an HTTP Request so as to get the attachments to be able to send them in say an e-mail.

Here’s the context.

I have an online form, it is a WPForms, which I have no control over. The form uses a webhook to send the submission to a Power Automate Flow to process the submission (extract information, push into a database, and send various notification e-mails) which all works just fine.

Now, the form itself has been setup to allow users to include attachments.

Continue reading

Flow Issues – Let’s Pretend It Didn’t Happen

Microsoft Power Automate Icon

I had a client contact me with a weird issue. They receive e-mails which are generated by a Power Automate Flow, suddenly, around August 5-7th 2024, when they use the ‘Reply’ or ‘Reply All’ buttons it doesn’t offer up the recipients e-mail address, but rather their own?!

Ok, let’s rewind for just one moment to put things into context. This Flow has been in place for a number of years and hasn’t been edited for over 2 years. So I was 100% certain it wasn’t anything I had done!

Continue reading

Power Automate, Flow, Is Great Until It Isn’t

Microsoft Power Automate Icon

As I’ve mentioned in the past, I’ve done a fair bit of ‘Flowing’, that is using/implementing Microsoft Power Automate Flows for a couple clients. One is particular is quite heavily invested using it to process online form, push data to SQL Azure, process e-mails, send e-mails, … It has been quite a journey and I’ve posted a few articles in the past about some of it:

and several more!

Continue reading

Power Automate – Delay Action

Microsoft Power Automate Icon

Just a quick word of caution with an issue I recently encountered while trying to develop a Power Automate – Flow.

I won’t bore you with all the details, but I was building a branch of a Flow and needed to add in a pause/delay and so I added a Delay Action. Everything worked fine.

Then my client decided that they no longer wanted a delay, so I set the delay Count (the interval) to 0 and saved my worked.

A little while longer, I received failure notices stating:

The provided ‘Wait’ action interval count ‘0’ is not valid. This must be a positive integer.Microsoft Power Automate

Continue reading