I want to create an approval process where i have two groups with AND condition. In one group - the field i select needs to have empty / null value.
Example : Group 1 => Field 1 => 123 AND
Group 2 => Field 2 => EMPTY VALUE / NULL
I tried keeping the value in field 2 as blank as well as by filling with value "NULL" - but approval is not getting triggered as per this logic
Can someone help me understand what i need to do if i want to send for approval if a particular field doesnt have a value?