Questions tagged [powerapps-selected-items]

71 questions
1
vote
2 answers

Autopopulate 2 Combo box value from Selected Combo Box

What is the best approach to update 2 combo box from a selected Combo box SharePoint list Issue Tracker Home Center - Lookup Supervisor - Person or Group Regional Manager - Person or Group Let me know if i explain it clearly.…
1
vote
1 answer

Auto populate per user information from a SharePoint List

Is it possible to auto populate per user information from a SharePoint List? I have a form with the following text input Payroll Name Job Title Description Home Department Description Location Description Reports To Name Work Contact: Work…
user5148719
1
vote
1 answer

PowerApps Yes/No checkbox submitted to a SharePoint List

What is the best approach to save Yes/No checkbox value into a SharePoint List. I have a Custom List call "HelpDesk", added a column type "Single line of text" - Call "Is this a new Issue" Have a checkbox [ ]Yes and checkbox [ ]No I been reading…
1
vote
0 answers

Select a specific item in combo box

How can I programmaticaly select one or more item in a combo box that is bound to a sharepoint lookup column? I didn't find a select('item') method, is there a workaround?
vilmarci
  • 451
  • 10
  • 31
0
votes
0 answers

PowerApps Radio Item not clearing

I am building a PowerApp form, not a canvas app. I have a couple of fields added to the form that I changed the default combo box into a Radio type. I transferred all the datapoints needed (Default = ThisItem.'Review Type'.Value)(Items =…
0
votes
0 answers

How to Implement a Color Picker for BorderColor Property in React PowerApp Component?

I have created a React-based PowerApp Component that includes a date picker with various property controls such as selectedDateTime, showDate, showTime, dateFormat, borderColor, borderRadius, firstDayOfWeek, and minutesInterval. All properties are…
0
votes
1 answer

How to set the Fill property of a combobox if the drop-down is selected?

Can anyone help me to change the Fill property of a ComboBox when the ComboBox is selected by the user? Currently, when the drop-down is clicked the values to be selected are transparent across the other values in the gallery. I'd like to set the…
Chris2015
  • 1,030
  • 7
  • 28
  • 42
0
votes
1 answer

Incompatible types for comparison. Numbers, Text can't be compared

In PowerApps, creating an app that individuals use to submit when they want additional vehicle allocation request, so it is tracked in one place. In one of the questions, I've created 3 dropdowns with two being dependent on a previous (2nd dropdown…
0
votes
1 answer

How we can use 2 if functions on submit button in PowerApps

I have a requirement out 10 questions user has to answer at least any 6 questions and also there is another tabbed section where out of 12 Questions user has to answer at least 3 Questions otherwise the form should not get submitted or an error…
0
votes
0 answers

Power Apps wrap into Android apk and sharepoint data fetching issue

I had convert power apps canvas application to android apk through power apps wrap feature. While converting I had given api permission to SharePoint sites in Azure AD and when I am signing in my apk it shows error from token exchange permission…
0
votes
0 answers

Autofill person field depends on dropdown value

i have two sharepoint lists. First sharepoint list contains an area field (dropdown) and the corresponding respondible (person). The other list contains the same fields and more. Now i want that when selecting the area in list two, automatically the…
EMA
  • 1
0
votes
1 answer

Power app Filter on gallery by a LookUp field

I got a gallery which connected sharepoint datasource called "PO Database" I added to the gallery a text label "Title1_542" which is a look up from an SQL table (working fine) I would like to filter the "PO database" using this lookup field by a…
0
votes
1 answer

filter sharepoint list and send all matching rows in email in PowerApp

I have a sharepoint list of clients and list of tasks for each client with start date, end date, and status. I have a filter and a gallery that shows filtered data based on the dropdown selected value (client). I want to get tasks for the selected…
0
votes
0 answers

PowerApps for MS Teams - Duplicate record added to combobox when setting DefaultSelectedItems

I am developing a Power App using the Teams version. We have two tables in Dataverse acting as the main data sources. There is an inheritance relationship between these two tables, where one holds parent objects and the other child. I have an…
0
votes
0 answers

Power Apps - Search based on combo box

New to Power Apps here. I'm querying a SharePoint list from Power Apps. My list (DocList) has a column with document titles and another one with labels. Each document can include more than one label separated by commas. Example: DocTitle …