Hi,
I have been trying to get the following to work with no success.
I am trying to make the Hyperlink field a required field based on if another field has a certain status.
For example:
Status is a choice field with the choice of 'Pending', 'Approved', 'Cancelled'
MyLink is a hyperlink or picture field/
I want MyLink to be required if Status is 'Approved'.
Here's my formula that I added in a Rule (with Rule Type: Validation) on the MyLink field, which does not work:
Status=="Approved" && isNullOrEmpty({Self})