-
Continue reading →: Power Pages | ‘You do not have permissions to access this site’ issue
We have a website, and when one of the users tried to access it, they received the following message: You don’t have access to this Reason and Fix: To grant access to users without the ‘System Administrator’ role, follow these steps: Please refer this documentation for more details : Site…
-
Continue reading →: Power CAT Tools: A New Offering from the Power CAT Team
Microsoft Power CAT team has released a new catalog of tools as a single Model-Driven App, now available on AppSource : Power CAT Tools Power CAT Tools is the comprehensive suite of tools enhances your workflow with features like : Steps to install and use the ‘Power CAT Tools’ I…
-
Continue reading →: GitHub Pipeline Issues Caused by PAT Token Policy Changes
We have an Azure DevOps pipeline which connects to a GitHub project. The pipeline is throwing the following exception: ‘Unable to resolve the reference ‘refs/heads/main”. Reason and Fix: 🙂
-
Continue reading →: Power Platform | pac cli | Create a Service Principal with one command
If you’re an experienced Dynamics 365 or Power Platform developer, you’ve likely created Application Users by following the steps : Register an app with Microsoft Entra ID But did you know you can streamline the entire process outlined in the Register an app with Microsoft Entra ID with a single…
-
Continue reading →: [Beginner] Power Pages | Using Liquid to Check Logged-In User’s Role
In this blog post, I will share a code snippet to check if the logged-in user has a specific web role and explain how to conditionally implement logic based on the user’s role. I am using the out-of-the-box Profile web page for this example. As shown in the screenshot below,…
-
Continue reading →: Power Platform Admin Center | Turn off guest access for environment
Did you know you can turn off guest access for your Power Platform environment? When this setting is enabled, anyone designated as a guest in Microsoft Entra for this tenant will be restricted from accessing content within these environments. Refer to this article to learn more about Guest accounts in…
-
Continue reading →: [Step by Step] Using ‘Prettier’ formatter in PCF Controls
If you are new to Power Apps component framework , please refer to the PCF Beginner Guide and PCF React Control blog posts. I integrated Prettier into my PCF project, and during the build process (i.e., npm run build), I encountered the following errors. In this article, I will explain…
-
Continue reading →: C# | FTP | (421) Service not available, closing control connection
I have the following C# code snippet to connect to the FTP server While executing the code, I got (421) Service not available, closing control connection error as shown below. Reason and Fix: Here is the modified code snippet: 🙂


