Questions tagged [powerapps]

Power Apps is an enterprise service to create and share business apps.

Power Apps is a part of the Microsoft Power Platform that allows for the creation of reports or business process/workflow automation in an online environment centered around Microsoft 365 and its Microsoft Dataverse.

Power Apps allows users to build apps as a service in an entirely online capacity, using one of two environments: Power Apps Studio or App Designer.

See the official Power Apps documentation for more information.

Like all Power Platform services, Power Apps requires either an Office 365 subscription or a standalone Power Platform subscription.

Other Power Platform members include:

  • Power Automate (formerly Microsoft Flow)
  • Power BI
  • Power Virtual Agents
2201 questions
2
votes
1 answer

Converting a SharePoint List Item to form format and print it

I want to retrieve an item from a SharePoint Online list (Office 365) and print it out in a form format. I have looked at a few ways which involve using power automate and third party tools which such as Muhimbi and Encodian to put the item's values…
Maanoj Kumar
  • 53
  • 1
  • 2
  • 7
2
votes
2 answers

this formula uses scope which is not presently supported for evaluation - is this relate to my O365 license type?

I want to group my Gallery then I follow training on Youtube, here was my formula :: GroupBy(MCUT,"Machine_Eng","GBY") then i move to item on Gallery and put formula on Title.Text = ThisItem.GBY then I found this messgae "this formula uses scope…
user11968704
  • 69
  • 1
  • 3
2
votes
1 answer

Submit button overwrites previously populated rows in excel table in PowerApps?

I am creating a form where end user can submit their form entries by clicking Submit button. The Datasource for this task is Excel table. I created 2 screens.[SEE BELOW FOR MORE UPDATE] Screen1 contains Summary of many systems (Sys1,Sys2,Sys3...) in…
2
votes
1 answer

Powerapps Xrm.WebApi in a stand alone Web Resource

I have a stand alone web resource linked from the site menu in a Model Driven App. It does multiple api calls using parent.Xrm.WebApi and currently works fine. According to Microsoft deprecation notice,…
2
votes
1 answer

Power Apps - OAUTH 2 Authentication with Azure Active Directory

I have an API that implements OAUTH Azure Active Directory Authentication. To achieve this, I created 2 App Registrations: Client and Backend. I successfully implemented a Logic App able to call the API, so I am sure the authentication flow…
user2297037
  • 1,167
  • 2
  • 14
  • 34
2
votes
1 answer

Patching or updating a nested collection is not working

ClearCollect( Coll_Products, { Id: 1, Title: "Apple", coll_types: [ { Id: 1, color: "Red" }, { Id: 2, color: "Green" …
TARUN
  • 241
  • 1
  • 8
  • 27
2
votes
1 answer

How to read Environment Variables in a PowerApp?

I'm looking for a quick example of how to read an Environment Variable in a PowerApp. https://learn.microsoft.com/en-gb/powerapps/maker/common-data-service/environmentvariables I've set the variable in my environment. How do I simply read that in a…
Dave Potts
  • 1,543
  • 2
  • 22
  • 33
2
votes
3 answers

Is it 'PowerApps' or 'Power Apps'?

I am sometimes engaged in content writing and I don't understand the differencce between PowerApps and Power Apps. I see most writers using 'PowerApps' while Microsoft uses 'Power Apps'. Which word is contextually correct?
BiZu
  • 23
  • 3
2
votes
1 answer

Can't get a response value from Power Automate

I have a flow that executed in Power Apps and the result of Power Automate will store to collection, but after executing the flow, the collection still empty of rows. Here is my code in Power Apps ClearCollect( collTest, …
farid wahyu
  • 81
  • 1
  • 11
2
votes
2 answers

What permissions does user need to create and use powerapp?

In powerapps admin centre, I have an environment without CDS. Inside the environment there are 2 roles - Admin and maker. Is it environment admin and environment maker? Or is it powerapp admin and powerapp maker? What permissions does user need to…
variable
  • 8,262
  • 9
  • 95
  • 215
2
votes
2 answers

Apply a sort to a dataset in a PowerApps component (PCF)

I’m trying to create a new dataset type Powerapps Component (PCF). For the moment I am using it to display a view of the records that are available in an entity in Microsoft Dynamics CRM. I wish to make the view sort itself when I click on the grid…
Francis Gagnon
  • 3,545
  • 1
  • 16
  • 25
2
votes
2 answers

How to size text in an SVG element

I am trying to put text inside SVG so we can use custom fonts in PowerApps Sp I have an image with the below definition in the Image property (I've cut out the Base 64 font definition of about 1000 lines: "data:image/svg+xml," & // You need to…
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
2
votes
1 answer

How to set a color as a global variable in PowerApps?

I am trying to set predefined colors in PowerApps using the function Set, however, when I check the variables tab the variable does not have a value (NA). The syntax on the option OnStart I am using is as follows: Set(LightOrange,…
Jonathan Budez
  • 226
  • 1
  • 3
  • 12
2
votes
1 answer

Calling Dynamics CRM Rest API from PCF component, Embedding in Model-Driven App

We are working on a Canvas app that allows user to perform bulk operations such as assigning roles to users, manage privileges, etc. For this, we created a custom connector at the PowerApp that calls the Dynamics CRM Rest API to perform various…
2
votes
0 answers

Non-Admin Users Can't Use on Prem Custom Connector

I have a canvas app that uses a custom connector for an on premise data source. I am using an on-prem PowerBI Gateway to route the traffic for the custom connector. I have the checkbox marked to allow custom connectors through: The app and…
Jon
  • 1,820
  • 2
  • 19
  • 43