For SP/Nintex 2016 on prem, in a form, what is the rule formula to ensure attachments are added IF a certain field (which is named and inside a panel) is not null. In other words, If the user enters data into a field (single line of text), Attachments are required. Otherwise Attachments are not required.
I created a rule on the SUBMIT button to Invalidate with the following formula but it’s not working as desired.
and(not(isNullOrEmpty({namedControl})), isNullOrEmpty({ItemProperty:Attachments})