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

How to trigger a Power automate flow at a specific time (not schedule) using Canvas app?

So I am trying to build this application using powerapps. In the application, the user can set a specific time at which an event should occur (example sending an email or make a social media post at the specified time). So my approach for building…
2
votes
1 answer

Powerapps - Working with Test Studio - Issue with Selecting Rows in Data Tables

I have an application that contains a collection, a Data Table, and a set of controls to amend the selected item in the Data Table. The application can correctly Respond to a mouse click on a row and column in the data table to set a context…
AlHal
  • 361
  • 3
  • 21
2
votes
1 answer

PowerShell Script - Is it possible to retrieve info on PowerApps included in a Azure Tenant?

I'm wondering it's possible to create some Powershell script in order to gather all possible information on all PowerApps included in Azure Tenant. I need to collect the owner, connectors, usage stats and stuff like that. I know there's this…
user3925023
  • 667
  • 6
  • 25
2
votes
0 answers

Can a Custom Connector work with a client_credentials grant flow?

I want my PowerApp to talk to one of our Web API endpoints on Azure that is set up for the OAuth "client credentials" grant flow. The security model for PowerApp connectors mandates that you let the PowerApp connector acquire the JWT token for you.…
2
votes
1 answer

Is there equivalent of Power Apps Approvals connector in Logic Apps?

I am trying to create a Microsoft Teams Approval workflow using Logic Apps but the Approvals connector is not available there. Is there either equivalent or different way to create such MS Teams workflow using Logic Apps?
2
votes
0 answers

PowerApps potentially mishandling Dates due to locale/device settings

We have an app that is deployed onto users smartphone devices. This app is designed to capture the users "availability" for the month. The app gives them a month view of every day within a month, with a toggle switch next to each day. The user then…
2
votes
1 answer

Get current "Power Apps per App Plan" - License Usage

i can assign 'power apps per app plan'-licenses to a specific app. I can see how many licenses i have assigned. But i am unable to find an overview of the current usage of the license. I want to see the users who are using an license right now and…
bob
  • 595
  • 2
  • 18
2
votes
1 answer

Logging to terminal console instead of browser console in React Js

My react application is deployed on pcf. I want to get logs there. console.log print logs to browser. I want it in terminal, similar to backend services. Can anyone help me on this.
Aditi Lal
  • 31
  • 2
2
votes
2 answers

Powerapps - Using a Toggle Switch with Integer Data

I'm VERY new to Powerapps. My data has integer values that are being used for 0 or 1 (no other values.) The toggle switch wants a binary value. How can i convert the reading and writing to binary to be able to work with this data type? Looking for…
jimerb
  • 67
  • 9
2
votes
1 answer

Combo Box filtering on PowerApps

I have a DataTable on PowerApps, this DataTable has a State Column, delimiting by comma ( , ). Like: AL, AK, AZ, AR, CA, CO, CT, DE, FL, GA, HI CA CO I use a ComboBox to select many options of filtering, like [CA, CO]. But the results only show the…
2
votes
1 answer

How to perform a group by with aggregation on a collection in PowerApps

I want to group the "Incident Types" in the PowerApps collection shown below and sum the first column which is the "Incident Count". I have attempted to use the Group By function, but I was unable achieve the desired result. I simply want the total…
user1697063
  • 117
  • 2
  • 11
2
votes
1 answer

How can I get a connection string for a Microsoft Common Data Service Table?

We'd like to create some C# services to intereact with the Microsoft Common Data services. We are not using Microsoft Dynamics (we might in the future, but that's maybe and not now), so https://.crm.dynamics.com does not seem…
Brian Kessler
  • 2,187
  • 6
  • 28
  • 58
2
votes
3 answers

Can I run publish Microsoft PowerApps apps on PlayStore and App Store?

When I develop an app using Microsoft PowerApp... Can I publish on Google Play Store and Apple App Store? And also the Huawei App Gallery.
2
votes
1 answer

How to debug with url parameters

I can see you can get url parameters by using Param("MyParam"). But how do you debug this? When you click the play button this does have a url parameter so how you develop you app where having url parameters is part of the application flow?
Thomas Segato
  • 4,567
  • 11
  • 55
  • 104
2
votes
1 answer

GroupBy Function NOT displaying Gallery Tiles in PowerApps

This Question is an Extension of my previous question, located here. When I use the Filter code mention in my Question. The Gallery is displaying System Names. However, when I try to wrap my Filter code with Groypby Function as mention by…