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

Best ways to run a Python program with Microsoft Power Apps

I'm working on an application that needs to trigger a Python script when the user presses a button. Searching on documentation and forums, I've seen some ways that I could do it with Microsoft Power Apps or Microsoft Flow but I still have some…
3
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
  • 159
  • 11
3
votes
1 answer

Dynamics 365 Plugin Registration Tool gives permission error

When I try to connect to Dynamics 365 CRM with the Plugin Registration Tool I get the following permission error: "You don't have permission to access any of the organizations in the Microsoft Common Data Service region that you specified. If…
SuperDuck
  • 1,785
  • 1
  • 16
  • 24
3
votes
1 answer

Powerapps: Splitting search text into individual strings, now I need to display on the gallery only items that include one of the strings

I have created a table in powerapps that collects the individual strings from a text input box. The table is working and as users type in the text box it creates new items down the column. Now I am trying to Filter a Gallery to only display items…
RyanS27
  • 33
  • 1
  • 3
3
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…
3
votes
1 answer

How to Check value of combo-box (selected items) in the formula for a button (Visible property)

We have a PowerApps form with several fields that must be completed before the form can be submitted to the Sharepoint List. We can't make them required or mandatory on the Content-Type and List because we want the users to be able tosave their…
Our Man in Bananas
  • 5,467
  • 19
  • 82
  • 136
3
votes
2 answers

Convert an object to string in PowerApps

For debugging purposes I would like to display the value of different objects. Is there any way you can convert an object to a string to display all of its properties and values?
Thomas Segato
  • 3,137
  • 3
  • 33
  • 63
3
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
  • 91
  • 1
  • 7
3
votes
1 answer

PowerApps How can I change the text in a textbox on the click of a button

I'm trying to do a simple task of changing the text in a text box, on the click of a button in PowerApps. I have a button "Button1" - and a textbox "TextInput2" on my page. The buttons OnSelect action is set to: TextInput2.Text = "hello" Nothing…
Mark Tait
  • 359
  • 10
  • 19
3
votes
1 answer

Event Handling and Thread Safety in PowerApps

Powerapps supports timer events in addition to user events. This introduces the possibility of concurrent timers accessing global variables or collections. Documentation provides no information on event handling (concurrent vs sequential, message…
3
votes
0 answers

The custom connector property 'capabilities' cannot be updated - PowerApps

While updating the connector in powerapps, I am getting this error : "The custom connector property 'capabilities' cannot be updated". please find the screenshot.
kalpana c
  • 2,651
  • 2
  • 24
  • 47
3
votes
4 answers

Can Microsoft PowerApps create public facing apps

Is it possible to publish apps build with PowerApps for use by the general public i.e. people not in my organisation. If so, do they scale well - to 10,000s of users?
Ray W
  • 65
  • 1
  • 6
3
votes
2 answers

Can I use Master Data Services to import data via Excel add-in ? Mainly Measures! (Numbers/Values)

Can I use Master Data Services to import data via Excel add-in mainly Measures (Numbers/Values) Shortversion: Looking for the best way to comfortably input data to an SQl-Server table with immediate feedback for the user. Set-up: We have a…
3
votes
2 answers

Powerapps SQL limitations

I have a powerapp that is connected to a SQL database, I know powerapps has a limitation of showing 500 sharepoint list items, and i want to know if this 500 record retrieval limitation also applies when pulling data from an SQL database.
BLang
  • 606
  • 2
  • 9
  • 29
3
votes
1 answer

Powerapps: button selection on a previous screen prefill a field in a form

I am attempting to build an app with Microsoft powerapps that will be writing/reading data to/from an excel sheet. I have created a form in powerapps from a table in the excel sheet. I am curious to know if anyone knows how to fill the data in a…
alexmilr
  • 31
  • 1
  • 3
1
2
3
78 79