Copilot in Power Virtual Agents – My Views

With the feature still in preview and available to handful of people as i am writing this post, The Copilot with generative AI can use the knowledge base of company / organization from its website and create the conversation out of it with refine follow up question from the users. This is done with the help of Microsoft Azure OpenAI Service, which summarizes a response … Continue reading Copilot in Power Virtual Agents – My Views

Co-Pilot in Power Apps my views

With the announcement of Co-Pilot in Power Platform, Microsoft well and truly taking the low code / no code solution to powerful platform. We have already seen the Power Fx and Ideas in Power Apps saves ton of time to develop application. I have seen many Citizen developers (business users) as well as experiened developers loves the Power Apps and Power Automate and how easy … Continue reading Co-Pilot in Power Apps my views

Could not find any valid connection for connection reference name ‘shared_office365_1’ in APIM tokens header.

Just a quick tip, Background: I was working on Power automate, and after a while i found this “Could not find any valid connection for connection reference name ‘shared_office365_1’ in APIM tokens header.” error, when testing it, though it is successfully saving. Solution: Kindly export the flow, choose the .zip option to export. and import it back. This should work. Continue reading Could not find any valid connection for connection reference name ‘shared_office365_1’ in APIM tokens header.

One account for connection, power platform

Well while I was working on the PowerPlatform, power automate specifically, I realised that it’s good if we have one account which we treat as service account for connecting to all the services like SharePoint, outlook etc. I have seen companies came to us complaining that we are not receiving emails from system or our power platform stopped working and after looking into the power … Continue reading One account for connection, power platform

Role Definition ID-Name-Description

Role ID Name Description Hidden 1073741829 Full Control Has full control False 1073741828 Design Can view, add, update, delete, approve, and customize. False 1073741830 Edit Can add, edit and delete lists; can view, add, update and delete list items and documents. False 1073741827 Contribute Can view, add, update, and delete list items and documents. False 1073741826 Read Can view pages and list items and download … Continue reading Role Definition ID-Name-Description

Unable to download from URI – Install-Module

Well I am back with quick post, I just build up a new machine and trying to install SharePointPnPPowerShellOnline. I came across the series of errors, the first bit was “Unable to download from URL” and later “Unable to download the list of available providers. Check your internet connection”. This new machine got the internet working, so i googled and after couple of blogs, i … Continue reading Unable to download from URI – Install-Module

The power flow’s logic app flow template was invalid. The template actions ” are nested at level ‘9’ which exceeds the maximum nesting limit of ‘8’.

I was working on see new email and based on the from address, creating a Planner Task. I had to put this long and kind of weird logic to netested if else to see the from address. For me the best solution is to create another if else condition and start from where it throws above error. Continue reading The power flow’s logic app flow template was invalid. The template actions ” are nested at level ‘9’ which exceeds the maximum nesting limit of ‘8’.