Hello,
I have a page in which an approver can see the individual's entry on a gallery/form viewer. They have an accept or decline and a comments field. Based on one of the fields in the form viewer, I would like the comments field to be required. The type the Datacardvalue 16_1 is a combo box.
I have tried several variations of
If((DataCardValue16_1.SelectedItems= "Convenience", true, false))
If((DataCardValue16_1.Text= "Convenience", true, false))
If((DataCardValue16_1.Selected.Value= "Convenience", true, false))
I can't seem to get it down to having no errors. I keep running into an incompatible types for comparison error. Any ideas? Thinking it must be the format of the .select .text, etc. As I have several other If statements in the app but when referring to the info in the form viewer, it isn't seeming to work. Any help is appreciated!!