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

In Fluent UI React Virtual PCF control, How to set the color of only disabled checkbox as black?

I have a PowerApps PCF control where I'm rendering the Fluent UI checkboxes in a stack. export const CheckboxBasicExample: React.FunctionComponent = () => { // These checkboxes are uncontrolled because they don't set the `checked` prop. return…
0
votes
0 answers

Create pipeline run Azure data factory - Power Apps

Hello i created a Power App and will like to trigger a pipeline run in ADF from the Power App and i get this error I created the pipeline where i am passing all the parameter values from text Inputs - see attached Thanks for the help in advance!
0
votes
1 answer

How Caching can be done in Canvas Apps PoweApps?

I am stuck with a problem to implement Caching in Canvas Apps PowerApps, but I am unable to find an apt solution for this and not even confirm if it is possible or not? Please help!! I tried using Collections but still I'm unable to achieve caching…
0
votes
1 answer

Editable pivot-table style matrix in Power App

I have a data set, which could be stored either as a SharePoint list or in Dataverse. The data contains the following fields: Category A Category B Category X Category Y I would like to show this data in a 2D table, where each row is a unique…
Ama
  • 1,373
  • 10
  • 24
0
votes
0 answers

I am working on a project in which i want to store the values of multiple checkboxes in a data verse table

I am working on a project in which i want to store the values of multiple checkboxes in a data verse table but while checking the checkbox it was showing me an error Error Message Formula whisch I added to checkbox I want select multiple checkboxes…
0
votes
1 answer

How do I authenticate to create a model-driven power app via the web api?

When following this guide to create a model-driven power app using code, what steps do I need to take to successfully make this post request below, which is a replication of the first one in the linked docs. I am currently getting a status of…
0
votes
0 answers

JS Code for custom button using CRM Ribbon Workbench

I'm not a code ninja.. I've been using chatGPT to help me write some code for a model driven power app. The code saves a form once all the required fields are filled in and should progress it to the next stage which is an approval cloud flow. I…
0
votes
1 answer

Dynamics 365 Plugin An error occurred in FollowUpPlugin 0x80040265

I have a plugin that is executed when a new instance from the sales order detail entity is created. when creating the instance an error appears in the plugin trace log: get Ref productIdRef de_prdrate: 19 de_salesprdrate:…
0
votes
0 answers

Cant understand why im getting this error in .js webresource for MS Power Apps

As the title says, i cant seem to understand why im getting this error for an on change event on a model driven app form. i have to be honest, im using code snippits and chatGPT to try and formulate this because i haven't got a clue!! but i think im…
0
votes
0 answers

Filter table with a collection

I need to be able to filter a table with the contents of a collection. Right now I have created the creation of this collection through a text entry: Collect(Base; TrimEnds(Split(Busti.Text;" "))) Once there, I need to be able to filter or search…
0
votes
1 answer

Power App Daily Operation - slow performance using power automate

As we read a lot of different types of licenses couldn't understand actual daily limit of license that my company have and do it have difference if of number of daily operation based on license type? This is license that currently have - can we…
Dany
  • 367
  • 1
  • 2
  • 21
0
votes
1 answer

Autosaving a form when an input field gets dirty in Dynamics 365

What's wrong with this script? I'm getting this error - Script Error - One of the scripts for this record has caused an error. For more details, download the log file. function autosaveWhenFieldIsDirty(formContext) { var isFieldDirty =…
0
votes
1 answer

How to update a custom lookup field in a Microsoft Model-driven App using the Xrm Web Api?

I have a Dynamics 365 CRM that my company is using and we have a bunch of custom tables that we've added, with a lot of lookup fields to each other. I'm trying to use javascript to update some of these lookup fields when certain events occur. I've…
0
votes
0 answers

Licensing requirements for Power Bi tiles in power apps

I am new to power apps and am currently building an all and would like to display power bi tiles in it I’m my team we have access to power apps premium, but we don’t have access to power bi premium or pro. I have a pro license. In this case, can the…
0
votes
0 answers

Navigation Dropdown display

I want to add menu dropdown by without using weblinks. I'm working on menu navigation in d365 portal. I want to display the submenu navigation we are not using weblinks. I tried some approaches but nothing seems working.I used below methods. While…
Kavi
  • 11
1 2 3
8 9