Power Automate, avoid looping when working with SharePoint list

In Power Automate when we use a flow to get items from SharePoint Lists, following actions tends to be get wrapped automatically in a loop. In larger flows, this tends to complicate the whole flow and make it difficult to manage. Espessially when we use the the ODATA filter query to restrict the entries returned …

Continue reading Power Automate, avoid looping when working with SharePoint list

Office365 User Onboarding – MS Forms, Flow, SharePoint Online and Azure Automation

WARNING! This is a long post… User onboarding is something IT department's have been doing for years, with the move to Office 365 the process have change a little bit. This post present a guide on how to automate this process for Office 365. Thanks to my #awesome colleague Tom-Inge Larsen for his #magical skill …

Continue reading Office365 User Onboarding – MS Forms, Flow, SharePoint Online and Azure Automation

MS Flow 101 – send updated data from a SharePoint list Item

Back in good old days with SharePoint Designer, when you use the send an email action, it always send out the correct dynamic information from the SharePoint list Item, In Flow this work differently , below is my experience with this: Scenario steps: User request an approval via a SharePoint/PowerApps form Approval request is sent …

Continue reading MS Flow 101 – send updated data from a SharePoint list Item