Tip #1350: Modify webhook return status as needed in Power Automate

Power Automate is very handy to serve as a webhook. Add When a HTTP request is received trigger and you’ll get a URL to call after you save the flow. (Genuinely curious if it should be “an HTTP“ instead.) Any flow triggered by HTTP request executes asynchronously, i.e. it returns to the caller immediately after […]

Tip #874: Update email subject or body with workflow

Sometime, somewhere you are going to want to update the subject line or body of an email after it has been sent or received with a workflow. If you do, your workflow will fail with the following error: “Cannot update subject or description unless email is in draft status.” To make your workflow succeed, have […]