Power Automate
Extract table data from …
How to use the Azure AI Document Intelligence Layout Model REST API with Power Automate to extract text and table data from PDF documents.
Send Multiple files as …
Have you ever needed to email multiple specific files as attachments from a SharePoint Document Library? There is documentation on how to send ALL the files in a given folder (https://learn.microsoft.com/en-us/microsoft-365/community/power-automate-send-sharepoint-files-as-attachments), but here …
Using Mermaid JS to …
###Introduction This is the “bonus part” of my blog series on creating a Conversational Approval Process using Power Automate and Microsoft Teams.
I needed a way to produce an easy to read depiction of the steps of a process to users or even a way to debug what happened. After seeing Jon …
Passing a Choices List …
Introduction
In a follow-on from my previous post Passing Objects from Power Apps to Power Automate I am now going to cover a method I have found to ‘render’ our JSON Object in an Adaptive Card that is part of an Approval Process.
Recap
After we have got our Object into Power Automate I …
Passing Objects from …
Introduction
This is the first part, in what I hope will be a series of posts describing how to trigger an advanced approval process. Starting with Power Apps capturing data in a Form and then passing that as a JSON Object or “Record”.
We are passing a JavaScript object as a JSON string …