Questions tagged [powerapps-modeldriven]

Model-driven PowerApps allows creating component-focused Microsoft PowerApps. Also add the general [powerapps] tag and [dynamics-crm] to your question.

Model-driven PowerApps is a component-focused approach to Microsoft PowerApps. Compared to Canvas Apps where the designer has full control over the layout of the app, with model-driven apps a great part of the layout is determined and largely defined by the components you add to the app.

Dynamics CRM SMEs will be able to help answering the questions in Model driven powerapps, as the core SaaS product is the same.

133 questions
0
votes
0 answers

Disable most recently used items in Subgrid lookup controls

I have to disable or remove the most recently used items in Subgrid lookup (refer to the screenshot-1). How this can be done? thank you, Siva enter image description here Our clients click "Add Existing" button from the Subgrid and try to select…
Siva
  • 1
0
votes
1 answer

Import from excel in Dataverse table

I have created a Model Driven app to work with Dataverse tables in Microsoft 365 PowerApps. I am trying to export the data from my dev environment to test environment using export and import excel functionality. Import from CSV works fine from…
Sushrut Paranjape
  • 429
  • 2
  • 4
  • 17
0
votes
0 answers

I have a requirement in powerapps to collect all days in a month based on year and specific month

I have a requirement in powerapps to collect all days in a month based on year and specific month and i tried below…
0
votes
1 answer

PowerApps Model Driven to open form based on the view

I have created a model driven PowerApps. There are two views created View1 and View2. View1 should be accessible to all users but users should not be able to edit records when opened through View1. Similarly, users with a specific role should be…
RBK
  • 123
  • 1
  • 15
0
votes
1 answer

Is there any way to Filter a Sub Grid Dynamically in Model Driven App

I am having Sub-Grid in a Form where, I need to filter a Column as per the data from other feild of a table. I have been trying to achieve this using Java Script but not sure getting the error an "undefined". Tried out many way but nothing has…
KHV
  • 145
  • 2
  • 4
  • 19
0
votes
1 answer

Is there way to avoid expanding side pane when creating it?

Below is the code creating side pane but expanding and collapsing side pane. Need to avoid expanding side pane when creating it. Xrm.App.sidePanes.createPane({ title: "Reservation: Ammar Peterson", imageSrc:…
0
votes
1 answer

Is there any way to add Canvas App into Model Driven App in Power Apps

We have requirement where we need to add a Canvas App into Model Driven Screen Page, but when we are adding that is showing the error below, can any one please help on below mentioned issue: Any suggestion will be helpful. Thanks in Advance
KHV
  • 145
  • 2
  • 4
  • 19
0
votes
1 answer

Model Driven App: How to remove the default alert to save changes while using Navigation

I am trying to use the Report main form to create a new Report however, I am using a custom ribbon button on Report Main Form called "Generate Report". Then I am using the javascript webresource to generate the report which uses fetch XML to get the…
0
votes
0 answers

Microsoft PowerApps - unable to add a New table from external data

I have been trying for a while to add an on-premises table to the dataverse for a model driven app. I've got the on premises gateway and SQL server connector working fine in the same environment, returning data to a canvas app. However no matter…
8a9
  • 513
  • 5
  • 11
0
votes
1 answer

Mapping the buttons to the Dataverse Tables. Need the Power FX syntax

Ok, so I am making a model driven application with Powerapps and made a custom canvas homepage in my solution. Now I am trying to map the buttons to the forms and views in Dataverse, I created for the solution. I also need to map the command line…
0
votes
0 answers

PCF Dataset component not filtering correctly

I'm currently developing a dataset PCF in which I use multiple datasets. The first dataset is the one that is bound to the view i'm applying the PCF. The two others are datasets configured to search on additional tables. The users are not able to…
0
votes
0 answers

how to update or insert into lookup column using patch in power apps

I have two sharepoint lists. Company, and Client Company= ID,Company,address Client: ID, clientname,email,clientID ClientID is a lookup number, and I allowed multiple selection in the lookup. Now on button click, I want to insert into Client…
0
votes
0 answers

Why is the Power Apps form getting stuck on "Getting Your Data..." and not updating the data source?

I've created a form in Power Apps that when submitted is meant to append an Excel Table. It is in New Form mode and is connected to a data source. Two of the fields are from approved choices though, so I don't know if I did something wrong there. I…
0
votes
0 answers

how to display data from two SharePoint sites in gallery in power apps?

I have two sharepoint sites. sharepoint site 1: "Teacher" has the following columns: Id,teachername, profession,location,salary, status N.B Id is auto increment and unique number sharepoint site 2 that is "Course" has the following…
0
votes
1 answer

Which Security Roles needs to be assigned to user to access the power apps in environment?

I have developed an app in Power Apps environment solution. This app uses Dataverse tables from the environment. There is no security group added to environment. I have a solution created in this environment and have added the Dataverse tables in…
1 2
3
8 9