Questions tagged [powerapps-selected-items]

71 questions
0
votes
2 answers

Create the dynamic controls in powerapps

Based on the drop down the respective dropdown of type choices should change and if we click the addrow it has to increment the number of rows . I am new to powerapps and to achive this how to have the same list when we click the add row…
0
votes
1 answer

Selected property of a Map control in Power Apps remains blank

I have created an app with Power Apps for door to door agents using a Map component as the main part. The agent would see a bunch of pins on the map and select a pin nearby. The information behind this pin is then populated in a form next to the…
0
votes
3 answers

power apps problem with sharepoint person or group field

I hope you can help me, what happens is that I have a sharepoint gallery, where I have several fields, one of them is Person or Group type, when I bring the information to the gallery I have no problem and it appears well even in a form that I have…
0
votes
1 answer

Delegation waring with the data source in powerapps

I have set the max limit to 2000 , when could see the same delegation warnings in my code using power apps with SQLdata source as connector ClearCollect(sequencerUser,Filter('[dbo].[sequenceIDs]',User().Email in…
0
votes
1 answer

Missing Add, Edit and delete functionality from default power app with Sql

While creating a default power app with sql, I am facing some issue mention below- As we create a default power app with sql server then add, edit and delete functionality is not present in the app. I can add delete and edit the records from the…
0
votes
2 answers

How to get distinct Gallery tiles in PowerApps?

My DataSource for PowerApps is Excel Table. After user's Entry, the excel Table looks like below. In below image one can see that "Sys1" appears twice in Excel Table, leading to creating one extra tile for same system Gallery in PowerApps.My…
0
votes
2 answers

Display Exact Same Text on Another Text Box

May I know how can I display the exact same value from the first Combobox filter list on Screen1, and display the same value without needing to select again? Appreciate your help.
0
votes
1 answer

How to evaluate empty TextBox in PowerApps?

I have two column in my Excel Table (DataSource) and I am trying to evaluate both columns. Column 1 contains data and Column 2 is empty as shown below. The default FormMode is Edit, which contains 2 textboxes titled as "Column 1" and "Column 2",…
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

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 : Filtering records from sharepoint with records inside

I'm trying to make to make and application where i will choose a projet name in a dropdown list (1 sharepoint list), then on others screens, i want to show some informations (for examples, risks) filtered on the selected project. those risks…
Nightf
  • 61
  • 1
  • 7
0
votes
1 answer

How to pass the value of a dropdown to a powerapp flow

I would like to know how I can in powerapp pass the value of SubCategoriesDropdown.SelectedText.EMAIL to the flow that you see in the image. The idea would be to pass the value of the email in the part where it says *A I would appreciate your help!
Chris Michael
  • 319
  • 6
  • 18
0
votes
2 answers

Checkbox value in Display Mode = view & edit PowerApps

Happy Thursday! I added 2 Checkbox controls inside the TypeOfPerson field data card. Trying to figure out to display the value of the checkbox on both Display Mode = View | Display Mode = Edit TypeOfPErson is a Column Type = Choice in…
0
votes
1 answer

Cascading drop down list in Power Apps

I'm still new in Power Apps, I'm facing the issue when two drop-down list displays by using Office 365 Group connector. when 1st drop-down list change, then second drop-down list change accordingly. The 1st drop-down list Formula is…