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

Update all rows of Excel table with PowerApps ForAll + Patch

I am struggling with what must be easy for most of PowerApps devs. I have an Excel Table "Table1" used as a Datasource in my PowerApps application and I want to update each row of the collection with a formula : ColumnX = ColumnY. No gallery, no…
M.V.
  • 177
  • 9
0
votes
1 answer

Powerapps - Office365Users Combox not saving on form submit

I have an app which tracks help desk tickets and allows admins to assign users to them. The trouble when trying to save changes to the details screen, the 'Assign To' combobox clears itself and isn't saved in the sharepoint list. The app uses a…
0
votes
1 answer

Power Apps/Sharepoint, Item will not change after modification

Trying to get my makeshift vlookup to connect my two lists. The idea is when a user modifies a record it will reflect from List Template to list population. The "vlookup" is based on EmployeeLoginID (template)…
Jonnyboi
  • 505
  • 5
  • 19
0
votes
2 answers

PowerApps Flow: Action Failed on Condition

I am getting this error message: InvalidTemplate. Unable to process template language expressions for action 'Condition' at line '1' and column '3364': 'The template language expression 'body('Get_item')['EmployeeLoginID']' cannot be evaluated…
Jonnyboi
  • 505
  • 5
  • 19
0
votes
1 answer

Patching a collection to sql, appending rows, I need to update

I have a SQL Server table csv_data_tbl, and a collection colCommon which is collected at the beginning from the same table. A gallery allows users to modify the collection using input text fields. I want to patch this modified collection to same SQL…
0
votes
1 answer

PDF control in PowerApp canvas app does not render

I have experienced an issue the last couple of days that my pdf's wont load. Initially I thought that i made a mistake somewhere, but after trying to create a new empty app with nothing else but a PDF control that does not render/show SamplePDF or…
0
votes
4 answers

Edit model driven app web resource (jscript) with visual studio

I'm trying to edit webresources in model driven power apps (especially javascript) with visual studio. The given text editor is the worst way to code more then a few lines. It seems there were some projects in the past, but they are either outdated…
bob
  • 595
  • 2
  • 18
0
votes
1 answer

personalize sharepoint forms with powerapps and SQL Server

I need to customize the forms of a Sharepoint list, using PowerApps. The form should show information from a SQL Server database, but it should only show the information of the user who is authenticated at that moment, which is done through email…
0
votes
2 answers

Modify text in a Form in a model-driven app

We do have a choice array in a form in a model-driven app. At the choice creation window I can only enter plain text. I now want to modify the text color based on the text, like if the text is 'Red' I want change the text color to red and/or a red…
bob
  • 595
  • 2
  • 18
0
votes
1 answer

Power Apps: Using a Form to enter data in DataLake, Data Factory or Synapse?

Its possible to create an App or WebForm App using Power Apps to save and retrieve information from Azure DataLake, Synapse or Data Factory? Could you give any suggestion about this implementations, please? I appreciate any help you can…
0
votes
1 answer

Power Apps Gallery with Joins using Filter

-- This works but gives me LATEST_STATE of 45 on all rows AddColumns(Sort(TABLE_A,UPDATED_ON,Descending),"MyDemoColumn",First(Sort(Filter(TABLE_B,PRIMARY_ID = 45),UPDATED_ON,Descending)).LATEST_STATE) -- This does…
J D
  • 707
  • 7
  • 13
0
votes
0 answers

Powerapps cannot show some of the subfolders

I was trying to access to subfolders and files in one folder, so I use Filter(DOCS,'Folder Path'="DOCS/Folder 1/Folder 2/"), but it only returns part of the subfolders in this folder, all the folder name marked with blue filling rectangles are…
Momoe
  • 21
  • 3
0
votes
1 answer

Why am I losing my image attachments when using PowerApps camera control?

I am building a powerapp that will allow me to upload a picture as an attachment to a list item in sharepoint (office 365). The name of the Sharepoint list is "BeckTable", and it's basically a simple list that has 5 rows that contain the name and…
shampouya
  • 386
  • 1
  • 6
  • 24
0
votes
1 answer

I can't add StatusCode field to forms and views in List Entity

We are using Dynamics 365 Sales. Its version is 9.2.21073 I try to add statuscode field to forms and views in the MarketingList entity. But I can't see that field options like below. StatusCode of other entities can add to forms. How can I add the…
0
votes
1 answer

PowerApps Custom Connector: How to POST binary data in request body?

Using Postman to test an API, I'm able to select Body/binary then choose an image file stored locally. Postman inserts binary data somehow into the request and I get a favorable response: When trying to build this as a Custom Connector in…
SeaDude
  • 3,725
  • 6
  • 31
  • 68
1 2 3
99
100