Is there any way I can check a value for NULL or empty prior to attempting to use it in an action?
I've customized my Item table by adding a couple fields. Most Item records will not have a value set for these new custom fields but if an Item does have a value I need to use it in a series of custom Actions. When I use the 'Retrieve Value From Table' action, an error occurs b/c there's no value set.
Does this make sense? How do I get around this? Is there something like an ISNULL check I can do from an Action?
Thx