Nintex in SPO
Very simple validation rule needed. I have an "Attachments?" question. If the User selects "Yes," I want an attachment to be required.
A simple Validation rule on the Attachment control like this should work, right?
IsNullEmpty(Self)&&Attachments=='Yes'
Is there seriously no way to accomplish this without using JS?

