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

Can I source the list items of a dropdown box from an excel sheet in Power Apps?

I have a long list of codes that change monthly, that I would like to include in my app as a dropdown. However, I do not know how to import that list into Power Apps.
0
votes
1 answer

Power Apps - how to clone? how to change source from SharePoint to CDS?

I have agile user story which reads as follows- clone the power App, point it to CDS, ensure no functionality is lost. I am given access to the app in the published apps section, how could I get to the source code? when I opened and look at the…
0
votes
1 answer

How to generate a canvas app form field dynamically?

I need to build the form dynamically based on the data source data. Here I am using excel as a data source. In this excel I have used the 3 headers. If I changed the field name or add the one more header, the canvas app automatically build the…
user14326490
0
votes
1 answer

How to pull relevant data from Excel table, create dropdown and build edit form in PowerApps?

This question is extension of my previous question, where basically, On button click user will know which systems are available. Next, I would like to build a form where User can signup for a system. For this I would only like to pull the systems…
0
votes
1 answer

How to use button to display filtered data from excel table in PowerApps?

I am a newbie in PowerApps, and I am trying to build an app where based on user click, user should be able to see filtered data.My test data looks like below.For this I have created 3 button in my gallery titled as "Available", "Out-of-service" and…
0
votes
1 answer

How can i combine two formulas in formula bar in powerapps?

I need to apply two formulas on a dropdown field. How to apply both the formulas?I want to use the distinct funciton to avoid the duplicate values & the dropdown values depend on another column values. I have the formulas in hand but dont know how…
0
votes
1 answer

Adding items to multiple entities are relating

Looking for a best practice approach I have 2 entities, Book and Author Book has a N:1 Relationship with Author, Many books, 1 author I have a screen that is "Add a book" It searches the google book API and returns books in a gallery. In the Gallery…
klip28
  • 103
  • 2
0
votes
1 answer

PowerApps: Unable to Filter/Search DataTable on a choice SharePoint column

I have SharePoint list I'm viewing in a PowerApps screen using the DataTable control. I need to filter down the rows based on if one of the fields (happens to be a choice of string values) has a certain value. I have a drop-down control (Dropdown1)…
DeveloperMCT
  • 335
  • 2
  • 4
  • 14
0
votes
1 answer

Gallery filter - powerapps

I have table with 60 columns for e.g the table looks like below Name  Process1  Process2 ..............  Process59 A            1             2                         0 B            4             0                         0 C           2   …
0
votes
1 answer

Powerapps: submit and then going to the last modified folders automatically but i want the current folder and not the last

i have a powerapps application, with two edit screen for one application. So when the first edit_form is ok and submitted, i would like that the user go on the next edit_form of THE CURRENT FOLDER WITH SAME ID OF THE FIRST EDIT FORM. But in fact, if…
Quentin Genet
  • 155
  • 2
  • 3
  • 15
0
votes
1 answer

Office 365 Users Connector is missing in PowerApps

I am using office 365 developer program and i've Power Apps Per User Plan trial. I am developing an app on powerapp and i would like to connect with Office 365 Users connector to get profile information of user but i am not able to find Office 365…
Sammy
  • 3
  • 1
0
votes
1 answer

Launch PowerApps barcode scanner on Windows 10

In PowerApps there is the very useful Barcode Scanner control. But it's available only on iOS or Android. Do some ways exist to use this control to scan QR-codes via a canvas app on a Windows 10 tablet?
0
votes
1 answer

Power Apps saving and accessing data between users without Premium

We are building an application in Power Apps in which we have option to save the user entered data and show it to other people. We have used SQL database for storing data and connecting using PowerAutomate. Now the app is ready and for deploying in…
Dileep Kanta
  • 51
  • 2
  • 8
0
votes
1 answer

How to set required fields in Power Apps

I have various Text input fields in my blank page of Power Apps, I want to implement a functionality where the user is unable to submit the form if any of the fields are kept blank. I saw various sources and used this on my submit BUTTON. Selecting…
0
votes
1 answer

Create lead in D365 from PowerApps information

When 'Request Quote' is pressed, I want all the info from the text boxes to be sent to Dynamics 365 and for a lead entity to be created and filled out with all info.
ChrisSolar
  • 17
  • 5