Orchestrator Quick Tip: “Null” value conditions
Published Feb 15 2019 11:57 AM 3,572 Views
First published on TECHNET on May 02, 2012

There are times when you want to validate that the value of a property isn’t blank. For example, you could be checking the output value (published data) of an activity to make sure it’s not blank before proceeding. However, in the list of available comparisons, there isn’t a selection for “Is Null” or “Is Blank”.

So how can you check for blank values?

Use the “Matches Pattern” or “Does Not Match pattern” condition and enter the regular expression ^$ which is interpreted as “blank”.

Thanks to Jeffrey Fanjoy for this Quick Tip!

Version history
Last update:
‎Mar 11 2019 09:15 AM
Updated by: