Hello,
I have an app that acts as a way to complete a form with various screens that attach a signature to a sharepoint list item via an attachment.
I would like to somehow make the "sign/save form" button not visible if the item already has two attachments (basically two signatures).
Is there any sort of "If" statement I can implement on a visibility control that will make a button not visible if the item being viewed on the form has 2 or more attachments?