I have a Power App form for my business partners to submit project/support requests. I use a Choice field, Request Type, to capture the type of request being submitted. This Choice field contains 13 Choices and Allows Multiple Selections (cannot add additional values manually). I have another Choice field set up to capture additional options for one specific Choice, Customer Training, in the Request Type field. I want to make my Training Type field required when the Customer Training choice is selected in the Request Type field, but not required otherwise.
The obstacle I am facing is that my current Required property for the 'Training Type' field is only working if "Customer Training" is the last selected value or is the only selected value in the 'Request Type' field.
Current Required Property: DataCardValue39.Selected.Value="Customer Training"
I have also tried "Customer Training" in DataCardValue39.Selected.Value
How can I get this to work when "Customer Training" is in the selected values, but is no the last or only selected value?