Jun 13Power Pages: How to hide profile page for custom web roles?Pre: Create a Power Pages Site with your desired template or use the Default design template. Section 1: Using Portal Management 1. Edit the Site using a design studio 2. Click three little dots ( more items) from the left navigation > click Portal ManagementPower Pages2 min read
Apr 1Power Apps Portal Chatbot integration throwing errorAdd Chatbot to a Portal: Adding a chatbot to the Power Apps portal is a valuable feature. There is good documentation from Microsoft on how to do this from scratch. Reference below https://docs.microsoft.com/en-us/power-apps/maker/portals/add-chatbot Note: You need to upgrade your starter portal package version 9.2.2103.x or later. I can’t see my Chatbot in Portal 😲 If you are wondering why you can’t see your…Power Apps Portal2 min read
Mar 21Power Apps portals: Customise the sign-in form- Toggle password visibilityThis article is inspired by Ulrikke Akerbak Section 1: Customising the sign-in page In Portal Management: 1. Under Content > Content Snippets > Account/SignIn/PageCopy 2. Add the following code in the value section <div class="password-checkbox"> <input type="checkbox" onclick="myFunction()"> Show Password </div> <script> $("#content-container").addClass("togglepassword"); function myFunction() { console.log(555,"RR Test"); var x = document.getElementById("PasswordValue"); if (x.type === "password") {…Power Apps Portal2 min read
Mar 8Power Apps Portals — Customer self-service portal: How to embed YouTube videos in Knowledgebase Article?Section 1: Creating Knowledgebase Article: Open Customer Service Hub AppPower Apps Portal3 min read
Mar 2How to change the favicon in the Power Apps Portal?In Portal Management:Power Apps Portal1 min readHow to change the favicon in the Power Apps Portal?----
Jan 23Power Apps Portal- Disable Local Login and RegistrationIf you are a Power Apps Portal user, as you are aware Microsoft is not recommending Local Authentication and the preferred way of login into the portal is via Azure AD or Azure AD B2C.Power Apps Portal2 min read
Dec 10, 2021Power Apps Portal- Portal Studio preview stopped workingPortal studio is the WYSIWYG (“What You See Is What You Get”) editor. If you are learning Power Apps Portals recently. Then I bet Portal Studio will be your favorite editor. End of tunnel error You might be getting the below error even after clearing the cache or Ctrl + F5- hard refresh.Power Apps Portal2 min read
Nov 18, 2021Power Apps Portal Germanic Umlaut not showingIn the Power Apps Portal, if you are using a different language like German or English. Some times you may want to use “Germanic Umlaut” characters like äöü What is Germanic Umlaut? German has three extra vowels: ä ö ü. The German word for those curious double dots over the…Power Apps Portal2 min read
Nov 4, 2021Hide a specific element in the Power Apps portal Profile page using JavaScriptStep 1: Log in to the portal and click the “Profile” pagePower Apps Portals2 min read
Oct 24, 2021Power Apps Portal- How to create a visual language nav barFancy creating visual language Navbar in Power Apps portal? Here are the steps Pre: Log in to your Portal and make sure you have an administrator web role assigned. This is required so that you can view the front-end editor.Power Apps Portal2 min read