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

Teams Shared Channel for Admins

Teams shared channel is one of the greatest, if not THE greatest new feature released to Teams in 2022. To enable and understand more about this feature follow one of the following guides from: Andrés Gorzelany | Andrés Gorzelany - Enabling Teams Shared Channels 101 (capazero.net)Shared channels in Microsoft Teams (Preview) - Microsoft Teams | …

Continue reading Teams Shared Channel for Admins

Teams Sharing links – You don’t have access to this file

Today I had to troubleshoot a weird problem in Teams, our users are getting the error "You don't have access to this file", but they are members of the Team and there wasn't any weird SharePoint permissions configured. After some digging we found out that the file itself existed, users have access but the name …

Continue reading Teams Sharing links – You don’t have access to this file

SharePoint Online Hub Site

SharePoint Online Hub site is almost GA, 😉 This is the stuff that the Hub site brings to the table for the Modern Intranet. Using SharePoint Online PowerShell run the following command Connect-SPOService -Url https://tenant-admin.sharepoint.com Register-SPOHubSite "siteURL" After this magic happens, we get a new top Navigation for the Hub site Site setting now have …

Continue reading SharePoint Online Hub Site