Field validation that calls a service
Looking to apply custom validation via the rule editor that calls a service based on some values. I've been able to configure this via the editor, during form validation I see the call to the service being made but this call has no influence over the validation response. It appears that the validation does not wait for the promise to complete.
Is it possible to have the validation rule editor wait for a response from a call and use that to determine if the field is actually valid or not?