Hello all,
I'm not sure about how to implement this logic into the ComboBox Items property:

basically I'm catching all the items from a column in list, but this list also contains other data and that data(records), has some info that leave the ResponsibleBuyer column empty, and I'm only looking for ResponsibleBuyer column for whole LIST.
I'm wondering if there is a way to implement an "if" conditional inside the ForAll() function and if thisrecord.ResponsibleBuyer isBlank(), then "continue" or "skip" or don't show that as an "items" option.

does anybody have experience with this case or similar?
thank you in advance! I will google in the meantime to try and find solution. (I'm in a rush to implement this feature)