I am using the Customize Forms functionality with Power Apps for a SharePoint List. I want to make a field ("Type") required if one of the selections for a multi-select ("Request") is 'Move'. I have been able to make the field required when "Request" is single choice. However, when using a multi-select field the formula seems to be based on the last value selected.
For the Required element("Type" field), my formula is
DataCardValue13.Selected.Value = "Move"
Possible values for DataCardValue13 are Move and Clean.
The field shows as required when DataCard values are set to Move OR both Clean and Move, but NOT when the DataCard values are set to both Move and Clean.
Does the formula need to be different somehow? I was hoping to be able to use a 'contains' or 'includes' operator instead of '=', but that does not seem to be available.
I am new to Power Apps and using it to customize a SharePoint List form is slightly different than using PowerApps as a standalone app. Hopefully this is the correct forum
Thank you!