Hi everyone,
I have a form I use for receiving at work, one of the fields the receivers populate is the manufacturer which is a text input field and which writes to a standard text column in Dataverse. In another app I use a combobox to filter items in a gallery based on the manufacturer. The combobox displays all the manufacturers in this column, but depending on how the receiver enters it, a manufacturer can show up multiple times based on if it is all caps, all lower, or proper case. Is there a way to have the combobox just display one instance per manufacturer and combine all case combinations? If the combobox could, i assume i could use that to filter the gallery with the “in function as opposed to matching the column to the combobox.selected.value?