Questions tagged [powerapps-canvas]

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop. Also add the general [powerapps] tag to your question.

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop.

525 questions
1
vote
1 answer

How to update color change of TemplateFill in a Gallery in PowerApps?

I have 2 screens and DataSource is Excel Table. Screen 1 contains Gallery of Systems, and the TemplateFill property of Gallery is set to below code.Below code is filling System tile according to their previous status. Now, in Screen 2 I have signup…
1
vote
1 answer

MS PowerApps: How to "Patch" a SQL Table with Composite Primary Key

I am relatively new to MS PowerApps I have a SQL Server Express installed on a onsite server with a Gateway for PowerApps My SQL Server table has a composite primary key, it is defined as: CREATE TABLE [GFX_Information].[BusinessParnterAccess] ( …
Ian W
  • 385
  • 2
  • 10
  • 30
1
vote
1 answer

How to email the contents of multiple text inputs in a gallery to a specified user on button click in Power Apps?

I am trying to set up a form for users to input their hours into multiple text input boxes and then send an email of this information as an excel file or pdf (if possible) to an user email address specified in another text input box.
1
vote
1 answer

Truetext & falsetext not displaying while using toggling button in Powerapps?

When I use toggle button its not showing the True text and False text while I toggle it. ShowLabel is set to true & the display mode is DisplayMode.Edit. How to make the falsetext and truetext Visible?
1
vote
1 answer

How to display only certain column values from a sharepoint list when pressed on a button tab in Power Apps?

I am creating an app in Power apps based on a Sharepoint List. Consider it has two pages.In page 1 I have 2 buttons b1 & b2. When i click on b1 it should go to page 2 & display only some of the column values in my Sharepoint list.And the rest of the…
1
vote
1 answer

Powerapps - filter 2 columns at the same time

I built gallery on oracle table and currently filtering on one column which is a primary key. I would like my app to filter on 2 columns. Double filtering on same table and 2 columns. I tried using this and it does not…
sita
  • 11
  • 2
1
vote
0 answers

Merging two similar records in powerApps

I've a collection as shown in the Image: Now i have to merge both Sharepoint;Nintex and Nintex;Sharepoint into one record in final collection i.e as SharePoint;Nintex by removing the duplicate Nintex;SharePoint one
1
vote
1 answer

Power Apps: Ability to use set preferred values to a drop down selection/Radio button

I am trying to create a editable form in power apps to collect responses for few questions and save the response data to a SharePoint list. Mostly yes/no questions and preferred using Radio button. I know that I can set a common default value as…
1
vote
2 answers

How to send data from PowerApp to Flow Automate (POST)?

I'm getting the error: 'Invalid argument type (Text). Expecting a Record value instead.' After using my Flow in my powerApp application. PowerApp 'MyFlow-Save'.Run( "1234", "Some title", "Some description", "Some code" ); My flow…
napstercake
  • 1,815
  • 6
  • 32
  • 57
1
vote
1 answer

Converting concatenated text to columns in a table

So, I've inherited this beast of a PowerApp that does something relatively simple, collects responses to dynamic quizzes created in the app. The operator creates questions (which adds items to a SPO list) and then sends the quiz out to folks who…
1
vote
1 answer

How can end-users "switch account" for connectors in a PowerApps Canvas App

I have a canvas app that includes a few connectors (DevOps, BusinessCentral, MS Teams, PowerBI). Once my users connect to the application initially, they get a dialog like this to provide permissions and switch accounts : Once they have entered…
2d1b
  • 595
  • 1
  • 6
  • 24
1
vote
1 answer

PowerApps link to external webpage

I am new to PowerApps. I have taken a spreadsheet that contains locations of our different billboards. In the spreadsheet, I have the link to see the webcam. However, in power apps it won't make that url as clickable. If I put a button, I…
Jakeman
  • 75
  • 1
  • 7
1
vote
1 answer

Get image from URL - Power Apps

I'm building a simple app, which shows news from different websites, e.g. https://techcrunch.com/2020/07/28/transferwise-five-unicorns/ My source is a database with news URLs. Each article comes with an associated image. I do not have a URL of the…
Maciej
  • 55
  • 1
  • 8
1
vote
1 answer

PowerApps - How do I create a folder picker

I'm building a canvas PowerApp / Component using React and FluentUI (office-fabric-ui). (if that limits the ways to solve this feel free to ignore the React part) Using context.device.pickFile() (documentation) I can trigger a file picker dialog. I…
1
vote
1 answer

PowerBI with Enbedded PowerApp - cannot edit

I have a PowerBI report authored in the June 2020 release of PowerBI desktop. It is a simple PowerBI report with one table on the canvas direct querying a SQL Azure database. I then added a simple PowerApp (see screen shot) and published to PowerBI…