Power Automate approval comments can retrieved from an approval action and copied into a SharePoint list or document library. The tricky part is comments are stored inside of an array due to approvals having multiple potential approvers. We must convert…
The Power Automate select action can be used to do more than simply selecting the specified columns of an array. With it we can add new columns to an array, update existing values in an array, add an index number…
Power Automate approval flows can include attachments from Dataverse file columns file attachments. The approver is able to open the file and review it before choosing to approve or reject it. File columns and attachments lists must be handled different…
Power Automate approval flows can include attachments from SharePoint lists and document libraries. The approver is able to open the file and review it before choosing to approve or reject it. Document libraries and list attachments must be handled different…
Column level security in Dataverse allows app makers to restrict access to specific columns in a table while granting access others By creating a column security profile you can choose to give read, write or create permissions to the column.…
I built an app that builds Power Apps and the best part is itโs 100% freaking real. No, seriously! It generates Power Apps YAML code that you can copy and paste into Power Apps Studio. And it’s amazing. Absolutely no…
You can use a Power Automate flow to request manager approval in many different scenarios. There are two popular ways to determine a user’s manager. The Get Manager (V2) action can look for the user’s manager in the Office 365…
Welcome to The Complete Power Automate Functions List.On this page you will find a categorized list of 140+ Power Automate functions with links to the official documentation. Power Automate already has an official functions list so why did I do…
With a Power Automate sequential approval you can use a single approval action to send approval requests to multiple people in sequence. We can also track the sequential approval history including the name of each approver, their response, the approval…
An approval can be sent to a Microsoft 365 group in Power Automate. You can use an existing Microsoft 365 group or setup a new one in the Microsoft 365 Admin Center. The only requirement is you must enable external…