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

Fuild Framework Preview, my intial thoughts

I have tried the much awaited Fluid Framework today, and i really love it. I can the importance of production offering and how it can work in O365 domain. Even with Preview, it got useful features like Acton item, table, person etc. It will be fun factor between the workplace teams to create Fuild file and share/collaborate on teams/sharepoint/office platforms. Click on the following URL … Continue reading Fuild Framework Preview, my intial thoughts

Not Enough Storage is available to complete this operation, Nintex

Well I give you a quick background of this scenario, I was working on Nintex 2013 workflow designer as well as Nintex forms designer. Usually I don’t close the browser for weeks and in this case as well I had 20 odd tabs open and couple of them are of Nintex. Then couple of users raised the above issue that they are getting this error. … Continue reading Not Enough Storage is available to complete this operation, Nintex

Free Microsoft certification exam for Ignite attendees only

Microsoft has been more generous this year by providing free MS certification exam (100 USD). I think it’s a best time to try beta exam. Why not try your luck Follow the below link for more info https://docs.microsoft.com/en-us/learn/certifications/microsoft-ignite-free-certification-exam-offer Continue reading Free Microsoft certification exam for Ignite attendees only

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

Sydney Ignite-Quick tip

For all Sydney Igniters, you can view the session listing and its timing on the link below https://sydney.myignitetour.techcommunity.microsoft.com/auth-redirect?dest=/sessions and you can download the Microsoft Events app on your mob (I’ve checked on android). I used it last year and it is very useful. It will let you know your schedules and other sessions as well. Continue reading Sydney Ignite-Quick tip

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

Power Apps not able to show the fields or causing any error from the SharePoint Connection

Just a Quick note, If Power Apps forms not able to show the fields or causing any error from the SharePoint Connection, it might be possible that some one have update the fields. And as per connection, it save schema of the List at the time of SharePoint connection creation. To resolve this Go to the Data Source and refresh the Connection as per the … Continue reading Power Apps not able to show the fields or causing any error from the SharePoint Connection