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

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

Self reference is not supported when updating the value of variable, MS Flow

A quick one, consider the following scenario in string a=”A”;string b=”B”; if i want string a to have “AB”, then the simple solution would be, a=a+b. but in Flow self reference is not supported, surely MS is working to fix it. A quick work around would be create another variable, for example string c; and can do as c=a+b; Continue reading Self reference is not supported when updating the value of variable, MS Flow

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

Authentication Failed https://service.flow.microsoft.com/

I was facing Authentication failed issues when accessing flow for first time in my Office 365 developer account. so i followed the following blog https://flow.microsoft.com/en-us/blog/known-issue-login-troubles/ but was not able to resolve, so i decided to open ticket with MS. To cut this story short, do the following At the Step 4 in the above blog, select “Microsoft Application” and  paste “7df0a125-d3be-4c96-aa54-591f83ff541c”, remove any spaces when … Continue reading Authentication Failed https://service.flow.microsoft.com/