Hello, I have a problem in Power Apps for which I unfortunately can not find a suitable answer:
This is about setting a mandatory field if a certain value or several specific values are set in a multiple selection.
I have programmed the "Required" property in such a way that the respective field must be filled in mandatorily if a certain value has been selected in another field that allows multiple selection.
Example: Field Hyundai: (Required=Automarke.Selected.Value="Hyundai") and Field Ford: (Required=Automarke.Selected.Value="Ford") . This works as long as only a single value is selected in the multiple selection under "Automarke". If several values are selected in the multiple selection under "Automarke", all values mentioned (Hyundai and Ford) should actually be set as mandaroty, but unfortunately only the last one mentioned (Ford) is set as mandatory.
Example see screenshot:
If I select both "Hyundai" and "Ford" as "Automarke" by multiple selection, both fields should be set below as mandatory fields. Currently, only the last selected field (Ford) is set as a mandatory field.
I am thankful for any help.
Thanks in advance.