Thank you @Pulkit_Jain_ I have followed the documentation and created custom functions for validation. The challenge is, the rule editor/validation service is not respecting what my function is returning. For example, this custom validate function:function validate() {
return somePromise().then(fu...