3 days agoMember-onlyPower Automate: Error Message: ‘Attachment file size limit exceededAttaching large files in Power Automate throwing error When you are running attachment with approval flow, you may encounter the following error BadRequest. The request failed. Error code: 'CdsApiAttachmentSizeLimitExceeded'. Error Message: 'Attachment file size limit exceeded. …Power Automate1 min read
Jul 7Member-onlyPower Pages Password reset error — Part 2Power Pages throwing password reset error for local login. To access Part 1. Please click here Changing workflow responsible for Password reset Step 1: In the design studio, select the ellipsis (…) from the tool belt, and then select Portal Management.Power Pages4 min read
Jul 7Member-onlyPower Pages Password reset error — Part 1Power Pages throwing password reset error for local login Microsoft has announced the fifth product in the Power Platform set: Microsoft Power Pages. If you are using Local Login and try resetting the password, you will get the below error message.Power Pages4 min read
Jun 13Member-onlyPower 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 Pages3 min read
Apr 1Member-onlyPower 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 21Member-onlyPower 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 8Member-onlyPower 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 2Member-onlyHow 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 23Member-onlyPower 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, 2021Member-onlyPower 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