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

I have a problem with NULL (Blank()) values in Gallery+Form application; Dropdown component

I have a typical canvas App that has a Gallery. Its data source is a table of SQL Server. The gallery is editable. We can change a field New Patient directly in the Gallery; it is available as Dropdown: The Allowed Values for the dropdown are…
Victor Sotnikov
  • 177
  • 1
  • 2
  • 15
1
vote
1 answer

How to Export power apps solution from one tenant to another tenant in azure devops?

How to Export power apps solution from one tenant to another tenant in azure devops ?
1
vote
1 answer

Editing a number of lists of a share point site together

I don't know if this is the right place to ask but I am creating a powerapp canvas based app. My data source are saved as share point list files. I have to change the column type from single line of text to Choice for all those list files. As I have…
Faf01716
  • 13
  • 3
1
vote
0 answers

Issues with PowerBI connector in PowerApps

Up front: this isn't about PowerBI tiles or bringing visualizations into PowerApps. There is a PowerBI data connector that provides a method called ExecuteDatasetQuery that allows for passing in a DAX query for, ostensibly, returning the data from…
ChrisPEditor
  • 215
  • 2
  • 12
1
vote
0 answers

Accessing online ExchangeArchive programmatically through PowerApps etc

I'm trying to build a tool in PowerApps that allows less technical users a simple interface (rather than the somewhat clunky outlook search bar) to be able to search, find, assess and save email attachments off old sent emails going back several…
1
vote
0 answers

Power Apps visual for Power BI SSO issues

We are trying to embed the power bi report using power BI client, We have requirement to embed a Power Bi report in the Teams Personal App, Create a personal tab for MS Teams When try to use power apps visuals in the report, the Power apps asks to…
1
vote
1 answer

how to get the value and pass it another screen when click on edit icon

I am trying to edit the data but all data is not getting from the display screen I created a display screen and put an edit icon on that display screen When I click on edit icon then I want to get below issue no but I am not able to get the issue no…
Developer
  • 15
  • 6
1
vote
1 answer

Unable to get other users calendar event by using graph API using custom connector in Power Apps

My requirement to show all the calendar events of my wishlisted user in my Canvas App. To access the graph API, I have done App registration in AAD with Calendar.Read and User.Read permission. Using the Client and Secret received from the registered…
1
vote
1 answer

How do I get every Input element within the Power App Vertical gallery, Getting the last value every time

I am trying to create dynamic input components in the power apps for that I have used Vertical Gallery, and Within that vertical gallery I have a Horizontal container to align the inputs properly, and then I have several inputs under it. I am trying…
1
vote
0 answers

Power apps. Retrieve values of record with multiple choices in SharePoint list column for a dropdown box

For reference I have recreated this app https://www.matthewdevaney.com/make-a-power-apps-approvals-form/ I changed the equipment column to have multiple values and now some code dosent work because the entry is not a record anymore. I think it is a…
1
vote
1 answer

How i cant iterate a json object in power apps without use power automate

I have a custom connector with microsoft graph api in my power apps and i have a request and a response with graph explorer, now my problem is they i can't iterate the object in my power apps table. OnSelect…
1
vote
0 answers

How to set maximum available width for Component Gallery in PowerApps?

I have created a Component Library with Gallery Control for Horizontal Menu. I want that when screen resolution changed, the horizonal menu use the maximum available width. When I use that Component, everything is working fine except the width of…
1
vote
1 answer

Submit Form based on dataverse table with Polymorphic field owner

I've created a form based on a dataverse table with User/Team ownership. In such table only 3 fields are required: ID Status Owner When adding those 3 field to the form I can see values for the first 2, not for the Owner field. Trying to submit…
1
vote
1 answer

How to add property on an object power apps

I'm trying to build an app with power apps, I created a form where I collect data and then create a new object to store it in a collection, the problem is that i need to be able to modify the properties of that object and I can't. I'm using Set() to…
1
vote
1 answer

Power Apps Canvas question, dueling Lookup columns

Greetings new to Power Apps Canvas. We got a supporting Microsoft list with two lookup columns. Created a Power Apps Canvas for the user interface. Use the Canvas to publish a new record to the list. Question is; how to have each dropdown…