How to evaluate if you have value in certain fields with Ondorse?

Last updated: November 21, 2025

In the workflow, we have a task called "data collection check", which can help you evaluate if:

  • You have data in identified fields

  • You have the correct data in the identified fields

The function 'ExpectCompleteness' should be used as follows:

ExpectCompleteness(hasattr(application.custom_fields, 
"NAME OF YOUR FIELD") 
&& neq(application.custom_fields.NAME OF YOUR FIELD, ""), 
"application", application)

As soon as you edit your case, the function will evaluate the field and go to "clear" if there is value found.