Introduction There have been recurring inquiries in the forums regarding the need for guidance on constructing a sequence that sends
Continue readingMonth: June 2023
Convert milliseconds to dd hh:mm:ss
In Power Automate, you could use the div,mul,concat and mod functions to derive the hh:mm:ss format Say e.g. the milliseconds
Continue readingDateDifference: a live saver
In Power Automate, the datedifference function is used to calculate the difference between two dates. It lets you to determine
Continue readingSave a list as CSV
To build a Power Automate flow that downloads a SharePoint list into a CSV file, follow these steps: Set the
Continue readingCreating Calendar Events using GRAPH API
To create calendar invites using the Microsoft Graph API, you need to perform the following steps: Make a POST request
Continue reading