Hello,
I have a Workflow where I’m filtering on a Table (SmartObject) and I want to return records with an empty column A (i.e. inactive date is null).
There is no IS NULL option when done in K2 Designer Workflow.
I tried Filter Name = Empty String (from the Text expression section) but this did not work.
- Leaving blank does not work
- Using Empty String from Text functions does not work
- Using an Empty Variable does not work
- Adding the Empty String to the Variable does not work
How do I pass a null value in the filter?
Thanks