Hi all - the items in my list don't show properly when using the following code as the items of my combobox
Distinct(
Filter(
RawData,
DriverCreatedBy = New_Category_2.Selected.Value
),
DriverName
)
Any idea why it make be doing this? When using the code the result is a table with the proper details, simply not showing.