App field validation question
eg I have 3 fields. The first is always required, and at least one of the other two fields must be filled in, but not necessarily both.
I want to be able to create a script that validates this configuration and throws a custom error/toast noti based on the completed fields.
Can this be done current state? I'm using the self hosted variant if that makes a difference here.