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

Dataverse Table creating multiple columns

Is there a faster way to create dataverse table columns instead of one by one? I have a list of columns that I want to add and know what types I would like to assign to them. Can I bulk update this easier or do I have to manually create each new…
dml5055
  • 23
  • 2
2
votes
1 answer

Is there a way to capture what have been changed inside Dataverse tables and update sharepoint lists accordingly using Power Automate flow

We have 2 data-verse tables named:- Invoices Accounts Also we have 2 SharePoint lists named:- Invoices_Logs Accounts_logs The dataverse tables will contain the actual values and the SharePoint lists will act as the logs for the updates. now we…
John John
  • 1
  • 72
  • 238
  • 501
2
votes
2 answers

Why is my conditionally required field required, even when the condition is false?

I have an "On/Off" field (default is Off). I have a text field, which is Hidden when my On/Off is Off. When it is On, the text field is visible and mandatory. However when I try to submit form, with On/Off being Off, the form returns error saying…
Jens-Emil
  • 56
  • 8
2
votes
1 answer

How can i convert Details form into a json in powerapps?

'PowerApp->Content'.Run(JSON(DetailForm1,JSONFormat.IncludeBinaryData) I am trying to put this action on a button but im getting an error the json function cannot serialise objects of type control Is there any workaround to this? I want to send…
2
votes
1 answer

Power Automate Flow Dataverse Connector Delete trigger - customize Body fields

I am using the Dataverse connector for Microsoft Flow. I am using the Delete trigger to run my flow whe a row is deleted. I then would like to call an 3rd party API, but I need other fields from the row being deleted than is provided in the body of…
user210757
  • 6,996
  • 17
  • 66
  • 115
2
votes
1 answer

How do I rename this sharepoint image attachment using Power Apps?

I have a text input called ImageTextInput in my canvas power app, and I want to use it to allow the user (as they are uploading an image to a Sharepoint list) to give a custom name to that image. I created a variable called imageName to store the…
shampouya
  • 386
  • 1
  • 6
  • 24
2
votes
1 answer

PowerApps: Format Table to JSON

I want to convert my data from a table in PowerApps into JSON format. Here's my Data: Here's my current code: Set( varJSONProductTagging, JSON( <-Source->, "ProductCode", "Description", "KPICode", …
Kim
  • 771
  • 6
  • 23
2
votes
1 answer

Is there an IN operator for Power Automate Odata List Rows - Filter Rows expression

What is the syntax of a Filter Expression for the DataVerse List Rows component, using a comparison similar to the SQL IN Statement. I have tried things such as name in ('name1','name2') with no luck.
Tim T
  • 140
  • 2
  • 11
2
votes
0 answers

How can I ignore or solve (expression "... eq null" is not supported) errors in powerapps

In Powerapps I have a canvas app filling a SharePoint list with data. In the app, I have a cascading dropdown which refers to an excel table (in SharePoint library). As soon as I open the app I get an error for every cascading dropdown I have added…
Kevin
  • 21
  • 3
2
votes
0 answers

Make a new ComponentFramework.PropertyTypes.Dataset using JSON from Web API call

I'm trying to make a PCF that shows data from an API call. The API returns a JSON. Is there a way to convert this JSON to a ComponentFramework.PropertyTypes.Dataset? The Dataset has features like paging for example.
Thuy
  • 1,493
  • 1
  • 11
  • 11
2
votes
2 answers

Hide/remove '+ New Record' from 'Add Existing..' pop up dialog on Subgrid

I have a subgrid form inside a parent. I would like to hide the '+ New Record' after clicking 'Add Existing...'. Is there any way to achieve that? Thanks
2
votes
1 answer

Automate "Vlookup" using Sharepoint Lists, and Flow

I have two lists in sharepoint. List A (Template) and B(population). List A contains column "Employee Login ID" and List B contains "Employee_PrimaryLoginID". I want to create a vlookup, So whenever a new record in List A gets created, a column…
Jonnyboi
  • 505
  • 5
  • 19
2
votes
1 answer

Query string in URL in Power Apps

I'm creating a UTM generator in Power apps. I have to remove the query string (utm_source, utm_medium and utm_campaign) from the URL that user can paste to the URL input. Also, I have to keep the rest on the valuse like utm_test For example - from…
2
votes
1 answer

How can I get PowerApps to see SharePoint Online multi-select Choice field values?

I have a PowerApps form connected to a SharePoint Online list. My SharePoint list titled "Log" has a multi-select Choice column named "Service", which appears in PowerApps as a combo-box. The user can select 1 or more "Services" from this…
DRVR
  • 163
  • 2
  • 12
2
votes
0 answers

Powerapps and azure pipeline triggers

Using Powerapps, I'm writing a canvas app. I would not want to Trigger an Azure pipeline when I click Save or publish as I may only do these things at the end of the day for example - not when I'm ready to put it into a branch. The only time I would…
AlHal
  • 361
  • 3
  • 21