I recently did a post on how to sum an array with Power Automate which used an Office Script to calculate the sum of an array. The reason I used an Office Script is because Power Automate does not have a built in action to do this simple operation. … [Continue reading] about Instantly sum an array with Power Automate
Extract text from Word docx files with Power Automate
This post explains how to extract text from Microsoft Word docx files using only built in actions in Power Automate. 3rd party actions exist, which are more probably more sophisticated and can certainly make this process easier. docx files are … [Continue reading] about Extract text from Word docx files with Power Automate
Publish 365 data to WordPress with wpDataTables & Power Automate
If you want to publish data stored in your Office 365 environment to your WordPress site, wpDataTables combined with Power Automate makes it very easy to do. The data source in Office 365 can be anything accessible to Power Automate (e.g. SharePoint … [Continue reading] about Publish 365 data to WordPress with wpDataTables & Power Automate
Trigger a Power Automate Flow directly for a selected message in Outlook
Wouldn't it be nice, if you could trigger a Power Automate Flow for a selected message directly from Outlook? Well, now you can! People have requested this functionality but it hasn't been made available, so I decided to make it myself. There are … [Continue reading] about Trigger a Power Automate Flow directly for a selected message in Outlook
Build better Forms with Power Automate & SurveyJS
Office 365 has good form and survey functionality provided by Microsoft Forms. This post is details a completely different method to collect form data into Microsoft Power Automate, using a jQuery library provided by SurveyJS, which provides greatly … [Continue reading] about Build better Forms with Power Automate & SurveyJS