I have a multi-choice drop down from a SP list. If one of the options selected is "other" (datacardvalue4) , then another text field opens up. (datacardvalue5).
I'd like for the display mode on a button to be disabled if datacard value contains Other and the text field is left blank.
Please change the "Value" as per your return value from the combobox.
Please reply here if it is not works
If("Other" in Concat(datacardvalue4.SelectedItems,Value&",") && IsBlank(TextInput1.Text), DisplayMode.Disabled, DisplayMode.Edit)
Thanks
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.