Can't get the following to work.
What am I missing?
Goal:
If TextInput is blank button is Disabled else Edit
Or
Is Checkbox value is false AND there is no attachment button Disabled else Edit
If(IsBlank(DataCardValue19_9.Text),DisplayMode.Disabled,DisplayMode.Edit,
If(RequestEditFormMinutesAttachedCheckbox.Value=false || CountRows(RequestEditFormViewAttachment_DataCardValue.Attachments) < 1 ,DisplayMode.Disabled, DisplayMode.Edit)
