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

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’.

Passed PL-900 Microsoft Power Platform Fundamentals (beta)

What a start of week, first up in the morning morning, I cleared PL-900 Microsoft Power Platform Fundamentals (beta) – English. If you’ve been working on Power Platform, it wont be difficult to pass. Do go through the https://docs.microsoft.com/en-us/learn/paths/power-plat-fundamentals/ , that will help you brush up all knowledge required for the exam. Good luck! Continue reading Passed PL-900 Microsoft Power Platform Fundamentals (beta)

Use “Get File Properties” to get SharePoint document values

Well i am back with a quick note,Background, i was working to start flow when the document is uploaded in SharePoint document library. Well as you can see from the below image, fields are there under the “When file is created (Properties Only)”, but it returns only the null values. So to get the respective field value of the document uploaded, you can use the … Continue reading Use “Get File Properties” to get SharePoint document values

Adding link with dynamic content in ‘send an email notification (V3)’, Power Automate

I’ve spend some time on it, seems to be regular feature, but does take some time of me. So Just to save your time and effort and notes for me as well, i am writing this up A quick background, i was using “send an email notification (V3)” action in the Power Automate.I have to add an href in the email with SharePoint Document URL … Continue reading Adding link with dynamic content in ‘send an email notification (V3)’, Power Automate

Add Action from one flow to another flow

A Quick tip, if you want to move some of action from one Flow to another, Simply click on the source action (…) and click on the “Copy to my clipboard (Preview)”. This will make the action available on other flow. Now on other flow, where you want that action click on the Add Action and under Clipboard tab, you can find your recently added … Continue reading Add Action from one flow to another flow