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

Failed to save values back to SharePoint Online List- PowerApps

I am back with quick post,I was working on PowerApps forms, which using SharePoint Online List as DataSource. I have many Mulitline Text Box in that form and to save the data again and again from the PowerApps form. What i noticed that when the form submitted after the first time save. Its losing some of the value. After spending looking for the proper answer, … Continue reading Failed to save values back to SharePoint Online List- PowerApps

Power Apps – Validate the URL only if the URL is entered in text box

Updated on 4 Sept 2023 A comment from the respected viewer indicates that the results from the original post arent correct. So i did my quick delegence. Following are the steps 1. Add one Text Input Control (Name: TextInput1) 2. Add one Text Label Control (Name: Label1) 3. Update the Text property of Label Control with PowerFx function as below If(!IsBlank(TextInput1.Text) && IsMatch(TextInput1.Text,”(https?:\/\/(?:www.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9].[^\s]{2,}|www.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9].[^\s]{2,}|https?:\/\/(?:www.|(?!www))[a-zA-Z0-9]+.[^\s]{2,}|www.[a-zA-Z0-9]+.[^\s]{2,})”,MatchOptions.Complete),””,”Please provide the … Continue reading Power Apps – Validate the URL only if the URL is entered in text box

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)

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

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

Out of Office Power Apps

Recently i started to explore Power Apps, and first thing i tried is Out of Office, which is super quick and super easy. I wont take much of your time, because that hasn’t take much of mine time either 🙂 So open PowerApps desktop application, I assume it can be achieve through the mob app as well. Search for “Out off Office” template Select Out … Continue reading Out of Office Power Apps