Nytt år nye muligheter, i år skal jeg starte på en blogg serie om Microsoft Power Platform, denne gangen på Norsk. Vet du ikke hva Power Platform er, kan du lese her: https://powerplatform.microsoft.com/nb-no/what-is-power-platform Første artikkel handler om Power Automate - Utløsere (Triggers) Noen begreper: Power Platform | felles navn for tjenestene Power Automate, Power Apps, …
Author: Jimmy Hang
Power Platform CoE – SYNC HELPER – Apps
Recently I've got alot of "CoE Starter Kit Sync Flows errors", especially the SYNC HELPER - Apps You'll see the following error details: Action 'Get_App_from_Inventory' failedEntity 'admin_app' With Id = "" Does Not Exist The failing actions is the "Upsert App record", as far as I can see this action add a newly "discovered" app …
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
Power Automate formatDateTime()
Power Automate formatDateTime() is a useful expression that I use when i need to log flow actions, but I often forget the syntax, so this is a log for it. To play around with this expression Create a new manually trigger flow, name it was you will Create two data compose actions, the first one …
Creating SharePoint Documentset with PnP PowerShell
Documentset is a hidden gem in SharePoint, it's a folder with metadata. This feature can be activated in the site collection features and will add the "Document Set" Contenttype to the site. In a recent project I had to mass create Documentsets with predefined metadata. This article is not about how fabulous Documentsets is, it's …
Continue reading Creating SharePoint Documentset with PnP PowerShell