Hello everyone,
I try to disable a custom "send" button with PowerFX when a document (field with File Type) is not added to the form. I tried various options within the Visibility field:
- !IsBlankOrError(Self.Selected.Item.FileAttachments)
-
!IsBlankOrError(Self.Selected.Item.Document)
-
!IsBlankOrError(Self.Selected.Item.Document.FileName)
-
!IsBlankOrError(Self.Selected.Item.Attachments)
But it doesn't seem to work.
Does anyone has suggestions?
Kind regards,
Elowy.