Hello, I've been seeing an issue where my Combobox does not seem to return the full record when connecting to SQL data.
I'm connecting my combobox to a SQL table which has first names, last names, and IDs, and I'd like to allow my users to search via last name, select a record, and then use a hidden field to pass the ID along to a form. However, when I set my combobox to display First Name/Last Name as primary and secondary text, and use Last Name as the search field, the combobox.SelectedItems record only contains the fields used for display/searching in the combo box.
Is there a way to avoid a second lookup to get the full record, or to at least increase the columns returned in the record, or is that just how things are going to have to be?
Solved! Go to Solution.
nevermind, I figured it out, you can add additional display fields in advanced - Data - DisplayFields
nevermind, I figured it out, you can add additional display fields in advanced - Data - DisplayFields
Hi,
It looks like you were able to get your issue figured out. I just wanted to follow up with a bit more information for learning. Feel free to take a look.
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/add-move-or-delete-fields-on-form
Regards,
Alex
-------
Community Support Team _ Alex Rezac
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
176 | |
111 | |
86 | |
44 | |
42 |
User | Count |
---|---|
228 | |
116 | |
115 | |
72 | |
67 |