DrpItemType (drop down) has Items=Distinct(CHMerchandise,Title) and it works, but I'd like to add a blank value as the first option.
I also have DrpItemChosen (drop down) with
Filter(
CHMerchandise,
Title = DrpItemType .Selected.Result
)
Which I would also like to have a blank value as the first option.
I have buttons that enable/disable based on if these fields are populated, and I don't want the default values to have items selected already.