Questions tagged [powerapps-portal]

Use this tag for questions related to Microsoft PowerApps Portals, an external-facing website building platform that allows users outside their organizations to access the Dataverse data.

This is not new, earlier used to be an add-on but is available now as a standalone in Power Apps.

You may also see it as Power Pages, the latest product in the Power Platform family. Power Pages is built on top of the Power Apps Portals engine, but is intended to make it easier for "makers" to build web sites.

Official documentation

Previous versions:

  • AdxStudio portals
  • Dynamics CRM/365 portals
45 questions
7
votes
1 answer

PowerApps Portal vs regular PowerApps

I developed a PowerApps application, but each user would have to pay $10 a month making it not economically viable (I had hoped for some kind of run-time license at a much lower rate). So I talked to a MS sales guy who said I should switch to…
COG
  • 291
  • 2
  • 12
2
votes
1 answer

Show mobile version of powerbi page in powerapps portals

We are trying to get a PowerBi report embedded in a Powerapps portal to show the mobile view of the report. As described here, I’m testing with a report which only have mobile enabled pages. This is the code I use to request the mobile version, as…
Benjaco
  • 303
  • 3
  • 11
2
votes
1 answer

PowerApps Web Files returning 404 and 500 errors

I'm evaluating PowerApps for our company and am attempting to create a sample Portal application. I've uploaded a couple of images (created a web file and added the image as a note attachment per the documentation) and updated the theme.css file.…
user1921
1
vote
1 answer

PowerApps portal list view related data to selected record

The situation is that I have a Form filled with data from a Table. I want to be able to view related data from a related Table when a record in the Form is selected. As shown in the screenshot below, when clicking on the link in the column I want a…
1
vote
1 answer

Subject Tree in Dynamics Portal

I have a subject tree in the customer-service application. And we use that on the Create Case form on self-service portal. We have a first field "Subject" and second one "Sub-subjects", on the portal they both display the same content. The need is…
1
vote
3 answers

PowerApps Portal--> After Record is created (Insert Form) show that record as Edit Form

I have a Insert form for Account Entity. Once user create Record, I want to move to another page and show same record as Edit Form. Does anyone have idea way to achieve this?
0
votes
0 answers

Collapsible tabs in power apps portal sites

I want to create a collapsible tab in the power apps pages portal site I have tried with some java script code but not able to set it properly I want to build a collapsible tab in power pages portal site to be easily managed site
0
votes
0 answers

Username Validation in Power Pages user registration page

I am currently working with Power Pages and Power Portal in the D365 Power Platform. To enforce a restriction on usernames to allow only alphanumeric characters, I have been using the…
A_____
  • 364
  • 3
  • 19
0
votes
0 answers

Sample Code to update a choice field using JavaScript Power Apps Pages

I am building an application web form, I have created a choice field that will have the application status (Approved, denied, Under review, etc) and I would like to add a custom JavaScript code to update to a different value after the users click in…
0
votes
0 answers

Issue in power portal API call with N:N relationship

I have created a new entry in dataverse and made relationship with Account table(N:N). And then set table permission for that new entiry as Global, it works fine. **But when im changing that table permission to account level the API not…
0
votes
0 answers

Powerapps: Populating a form based on submission of a form on a seperate page

I'm currently working on a project where I'm trying to create a form that populates a certain field based on another parent form on PowerApps (portals/pages). However, I'm facing some issues and would appreciate any help or guidance that you can…
pbffh
  • 1
  • 1
0
votes
0 answers

iFrame refuses to Connect in Power Apps Portals

I am trying to load an iFrame which shows the logged in Portal Contact's SharePoint folder. I am able to specify the src as the SharePoint site root, and the frame loads correctly. And i am able to manually navigate to a contacts folder. However…
0
votes
1 answer

Power Apps Portal Liquid - List Active Directory User Groups

I've been familiarizing myself with Power Apps Portals for the past month or so. I've looked into creating Dataverse tables, importing data for tables via Excel, querying said tables with Fetch XML on a Portals page with Liquid.NET, etc. That being…
0
votes
0 answers

How to Change /SignIn, /SignOut , and /Account pages parent page or Add these page to a child of custom page instead of Home?

I'm using a PowerApps portal that has login and logout pages which has parent page as home. But I need to change the parent page to my custom page. Is it possible to change the parent page? Because in our scenario all page URLs should be derived…
Kavi
  • 11
0
votes
1 answer

How to create a dataverse virtual table for Business central

What's the best way to connect Business Central to Power Pages? I've tried virtual tables so far, however, I am not able to see the data when I create a list view or a form in Power pages. It is returning the following error 'We're sorry, but…
1
2 3