Hey Power Apps community,
The issue I'm experiencing is when selecting multiple drop down items, only conditional fields associated with the last item selected are shown. The intention is that conditional fields associated with all the selected drop down items appear on the form.
Formula used for conditional fields: DataCardValue#.Selected.Value = "Field Name"
Any ideas on how to fix this? Thank you!