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 Common Data Service.

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
1181 questions
14
votes
1 answer

Pass a value to another screen

I have a screen where the user can select an option (not a browse gallery as it does not do what is required). I want to pass the item the user has selected to the pre-made "DetailScreen1" which is used by the browse gallery. I looked at the browse…
Zain
  • 1,106
  • 4
  • 12
  • 26
11
votes
1 answer

Access JSON results from Custom Connector (Web API) in PowerApps

I'm trying to get the JSON text results, e.g. [ { "TABLE_NAME": "UpdatePlanning" }, { "TABLE_NAME": "StoreInfo" }, { "TABLE_NAME": "InSiteTxPerHourPerDay" }, { "TABLE_NAME":…
JamesMatson
  • 1,497
  • 1
  • 10
  • 44
9
votes
2 answers

Rest API calls with PowerApps

I am playing around with Microsoft PowerApps and Microsoft Flow. I am trying to figure out how to make API calls from PowerApps and return the results(Status and Body) to a field such as a text box in my app. I can make the HTTP requests through…
Tim
  • 854
  • 2
  • 10
  • 28
8
votes
2 answers

Environment discovery failed. No matching environments matched the given Id - PowerApps

Am trying to connect to one of my PowerApps environment using the console app given in the following URL Get started with the Common Data Service SDK I followed all steps provided in the link. Registered App in AD, created environment and database…
Ranadheer Reddy
  • 3,930
  • 11
  • 49
  • 73
8
votes
1 answer

Uploading Image to SharePoint from PowerApps via Flow

As the title says.. I'm building a power app that uploads an image to a sharepoint directory. Following this blog I was able to successfully upload an image that was captured by a Camera Control. However, I would like to do the same thing but with…
Probably
  • 416
  • 6
  • 19
6
votes
0 answers

PowerApps Custom Connector returns 404 in app builder

I'm trying to create a connection to an external OData API from PowerApps. I've created a custom connector via a Postman collection - the custom connector appears to work correctly in test mode but as soon as I try to consume it in the PowerApp I…
Charleh
  • 13,285
  • 3
  • 34
  • 54
6
votes
1 answer

How to run a SQL Server stored procedure in PowerApps

I would like to call a SQL Server stored procedure called get_customer from my PowerApps flow. How do you do this? I can see in posts that others have been able to do this but I cannot see the option in PowerApps and the only data source options…
user3165854
  • 983
  • 4
  • 30
  • 76
6
votes
1 answer

Possible to consume AAD authenticated Azure functions from Power Bi and Power Apps?

In Power Bi we get this error when trying to make a web connection: "We couldn't authenticate with the credentials provided. Please try again" The Azure function app is registered in our AAD . The function is a C# httptrigger with this code: using…
4
votes
1 answer

How to load all Managed Metadata values from a Term Set

Short version: How can I load all the available options for a Managed Metadata field in PowerApps? Long version: I have a PowerApps app that is working properly, but the users want to be able to add data while offline and for it to sync back when…
4
votes
1 answer

Power Apps, Pen Input to Sharepoint List

If anyone could help it would really be appreciated I am struggling to find out how to store my Pen Input image into my Sharepoint List, I dont seem to be able to find any instructions on how to carry this out. I have found a lot of information…
Paula
  • 269
  • 1
  • 2
  • 13
4
votes
1 answer

Power Apps - Reset Form Fields

I am relatively new to PowerApps and am having a bit of an issue with the form resetting, so any help would be greatly appreciated. I have set up the form to write back to SharePoint online I have tried putting the formula Button1.Pressed on the…
Paula
  • 269
  • 1
  • 2
  • 13
4
votes
1 answer

Power App - generate PDF

I got an assignment to see if I can make power app that will generate some PDF file for end user to see. After through research on this topic I found out that this is not an easy to achieve :) In order to make power app generate and download/show…
joksa
  • 71
  • 4
4
votes
1 answer

Dropdown OnSelect and OnChange Actions not firing

I added a textbox called TextBox1 to my PowerApps form. Then in the OnSelect and OnChange Actions/Events I add the following code TextBox1.Text="Hallo world" When I run the app and change the select values in the dropdown then the textbox text does…
choba78
  • 301
  • 2
  • 4
  • 11
3
votes
4 answers

Solve Math Equation(string) in Canvas App

I have a dynamic formula that needs calculation. Here's a sample (var1 * var2) / (var3 * (23 * 100)) These variables will be replaced with actual numbers because they are user input. Currently, I am using power automate flow that connects to my web…
Crismogram
  • 721
  • 11
  • 22
3
votes
1 answer

Power Apps PowerShell: Cannot find an overload for "UserCredential" and the argument count: "2"

I get an error intermittently when attempting to connect to Microsoft Power Apps using PowerShell. Does anyone have a suggestions for what needs to be updated to make the [Add-PowerAppsAccount][1] work reliably? You can see all the version numbers…
Nicknow
  • 7,064
  • 2
  • 17
  • 34
1
2 3
78 79