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

PowerApps Solution import - various errors with custom connector

I am fairly new to PowerApps, so please excuse my possibly amateur-like descriptions. We are trying to move our finished Solution to our Production environment. The Solution includes a Canvas PowerApp, Choices, five cloud flows, connection…
3
votes
2 answers

How to check if a bit is set in PowerApps?

How do I check if a particular bit is set on an integer value within a PowerApp? There doesn’t seem to be a built-in operator or function for bit manipulation. As I do need this for quite few operations, using an external / Custom Connector is…
muffel
  • 7,004
  • 8
  • 57
  • 98
3
votes
1 answer

Reconciliation between Sharepoint List and monthly excel file uploaded to Sharepoint

I am quite new to power apps and trying to determine the best course of action for my below scenario. I want to identify which users submitted to List A and which haven't based on each new monthly file. I have a List(List A) on Sharepoint I created…
excelguy
  • 1,574
  • 6
  • 33
  • 67
3
votes
2 answers

Can we get Active Directory property named Employee ID using Office365Users connector inside Power App

Inside our active directory we have a property named "Employee ID" as follow:- so inside our PowerApp form i want to get the value of this property,,, but i checked the Office365Users connector @…
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
  • 906
  • 15
  • 27
3
votes
3 answers

PowerApps allow guest users to connect to Azure SQL database with AAD integrated feature

I have a specific problem to which I couldn't find any answer online. The situation is the following: We created a Canvas app that connects to the Azure SQL database. We set the connection type to be AAD integrated. Users that are members of the AD…
Kresimir L.
  • 2,301
  • 2
  • 10
  • 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,154
  • 3
  • 22
  • 38
3
votes
3 answers

How to convert json to collection in power apps

I have a power app that using the flow from power automate. My flow is doing an HTTP get and respond a JSON to power apps like below. Here is the JSON as text: {"value": "[{\"dataAreaId\":\"mv\",\"AccountNum\":\"100000\",\"Name\":\"*****L FOOD…
3
votes
3 answers

How to version control PowerApps project in DevOps repo

Does anyone have any input or idea on how to add PowerApps projects into a DevOps repo. I understand that PowerApps has it's own version control, but I was just wondering if there is a way to version control PowerApps codes into DevOps.
the.herbert
  • 289
  • 1
  • 5
  • 14
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…
DarkWingDuck
  • 2,028
  • 1
  • 22
  • 30
3
votes
0 answers

OneNote nested list issues when creating page from PowerApps

I'm trying to create a simple OneNote page with the nested unordered list from PowerApps. The code is: 'OneNote(Business)'.CreatePageInSection( SelectedNoteBook.Key, SelectedSection.pagesUrl, "
Andrey.Dankevich
  • 489
  • 5
  • 11
3
votes
2 answers

error MSB4057: The target "GetProjectOutputPa th" does not exist in the project

I am trying to build a solution out of the custom controller using power apps components framework: Using Microsoft PowerApps Cli .net framework 4.6.2 development pack .Net SDK 2.2 Core Visual Studio code Node.js I used this link as a…
Marek
  • 41
  • 5
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
1 answer

How do I select a dropdown value and display other value on the label in Powerapp?

I would like to select a dropdown value and then show some other values extracted from the excel datatable on a label. For instance, if I select "Jonathan Soh" in the dropdown list, the text label will show "a". Else if I select "Peter" in the…
J_Y
  • 143
  • 4
  • 16
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,809
  • 21
  • 91
  • 148