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
16
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,246
  • 4
  • 15
  • 26
13
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
  • 2,522
  • 2
  • 37
  • 86
13
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
  • 952
  • 3
  • 12
  • 31
9
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
  • 4,202
  • 12
  • 55
  • 77
9
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
  • 426
  • 5
  • 19
8
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
  • 1,505
  • 8
  • 48
  • 100
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
7
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…
6
votes
2 answers

Set collection to selected values in Power Apps form when opened in edit mode

I have a SharePoint list-integrated Power Apps form. I have a multi-select combobox called DataCardValue4 (which is hidden) that comes from a choice on the SharePoint list. I need to put the selected values of this combobox into a collection when…
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,749
  • 3
  • 37
  • 57
6
votes
5 answers

How to integrate powerapps with azure devops

I am doing some research for Powerapps integration with Azure DevOps. However there is limitated information for it. It is possible to integrate powerapps inside a Task for AzureDevops? Based on, that we have a .zip file with the Powerapp, and we…
6
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
  • 91
  • 6
5
votes
1 answer

PowerApps: How to change the selected value of a drop down list via expression

I'm looking for a way to change the selected value of a drop down list through the OnSelect of a button. I would imagine this expression for the OnSelect would have worked: dropDownList1.Selected.Value = "01" ...but it doesn't. I get no error or…
DeveloperMCT
  • 335
  • 2
  • 4
  • 14
5
votes
6 answers

Powerapps Visible function

For some reason the Visible function in my Powerapps won't work I just wrote in OnSelect() Mail.Visible = false The Mail is in this case a Textinput/ TextBox. When I click on the button nothing happens. I can't find a documentation about it on the…
Makusium
  • 201
  • 1
  • 2
  • 15
5
votes
1 answer

Decode Base64 string as image and Display using .image property in Powerapps

This isn't a question, but I wanted to share the solution since I wasn't able to find much about it googling. I am creating a tool for my company using PowerApps. I needed to store a set of data along with 2 pictures for each entry. The data and…
mike
  • 149
  • 1
  • 7
1
2 3
99 100