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
5
votes
1 answer

How to clear a Text Input in Powerapp?

In Powerapp app, I have screen,which contain 1 : "text input", to enter CityName 2 : When I click on Clear button, How can I clear value of text input ? Click here for more details of problem statement Solution step 1 : let text input name is…
Avnish Patel
  • 123
  • 1
  • 3
  • 11
4
votes
2 answers

How do I easily return and API response from my flow to my canvas app in Power Apps?

Looking for some assistance, I have created a flow and a canvas app in power apps that calls an API, I finally got it to work but seems there has to be an easier way to do this. In my flow I'm taking the body and parsing it to get just what I need…
4
votes
0 answers

Powerapps : Pass a json Array to a Flow

Context I'm currently working on a specific search engine frontend, based on Powerapps, which need to pass a string array to a service through a Power-Automate Flow, in order to specify a filter. The Flow The flow itself takes a JSON object as input…
Dremor
  • 789
  • 2
  • 8
  • 27
4
votes
0 answers

Access Azure Databricks Delta Tables from Microsoft Dataverse(CDS)

Can Powerapps be connected to Delta Table that resides inside Azure Databricks? Most of the articles hosted on Microsoft Docs suggest exporting data from Delta Tables to e.g. Azure Storage Account and then accessing it via powerapps. Also I found…
Lubu
  • 123
  • 2
  • 11
4
votes
2 answers

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
2 answers

Setting textbox text value on button click

I have a from in PowerApps with labels and textboxes. By default textboxes are empty. There is a Button named "Copy last row" when use will click on this button some sample values should be displayed in textboxes. I checked on internet and the…
Farheen Shafqat
  • 41
  • 1
  • 1
  • 3
4
votes
3 answers

Powerapps - Variables in gallery

I'm new to powerapps and have encountered a problem. I'm creating a "Shopping cart" and want to the user to be able to add or substract 1, by pressing the two icons. I have tried using a variable, but when i press the green "+", it adds 1 to the…
AlbaTroels
  • 290
  • 1
  • 4
  • 20
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
  • 229
  • 1
  • 2
  • 13
4
votes
2 answers

powerapps: populate drop down list from another datasource

I stumbled across Microsoft PowerApps earlier, and though I would have a play with it. I have connected to my SQL Server, and created a template for browsing, viewing and editing a basic application. Now in my database I have the following…
Crezzer7
  • 2,265
  • 6
  • 32
  • 63
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
  • 361
  • 3
  • 5
  • 13
3
votes
2 answers

Cannot find a database provider with the invariant name MySql.Data.MySqlClient - Power Apps

I'm going to connect my MySQL server to Microsoft Power Apps. But I have some problems. In Power Apps, I select Connections and then searsch for MySQL and select it. I have the following installed: On-Premises data gateway MySQL Connector…
euraad
  • 2,467
  • 5
  • 30
  • 51
3
votes
0 answers

How to create monthly approved reports using PowerBI reports? - General Question

I am trying to understand the best way of creating a monthly report which will be looking for the previous month's data and allow approvers to enter their comments and approve each slicer (location) in the filter section. I have PowerBI reports…
3
votes
1 answer

Power Platform integration with Azure APIM previsioned in a VNet internal mode

We have an Azure APIM provision in a VNet internal mode as described in this article: Connect to an internal virtual network using Azure API Management | Microsoft Docs. We can successfully consume APIs in APIM with Postman and via the Developer…
Ershad Nozari
  • 607
  • 3
  • 9
  • 23
3
votes
2 answers

How to find integer and text values (Filter & Search)

I have my data source connected to database in SQL Server through an application in Power Apps, I am making use of Gallery to display the data and I have a text entry to search for specific data in that gallery. I would like to perform the search…
user15500092
3
votes
2 answers

How to get record before and after in forall loop powerapps

I am trying to run a function that returns a table with a corresponding date index and date text. This is so that I can display the information in a tutorial screen. However, I am confused on how to access to the previous record. Here is my…
Jonathan
  • 441
  • 1
  • 9
  • 28