You are viewing limited content. For full access, please sign in.

Question

Question

Workflow Empty equals Empty is False?

asked on May 28, 2019

Hello All,

 

I have a workflow that is triggered by a business process.  It pulls variables from the form, then performs a SQL lookup and compares the 2 results to determine if any of the fields have changed.  Oddly, I am getting an error that "[Empty] <equals> [Empty]" is FALSE, so the workflow always thinks something has changed.

Has anyone seen this before?  The workflow server version is 10.2.0.216

Capture.JPG
Capture.JPG (147.83 KB)
0 0

Replies

replied on May 28, 2019 Show version history

It likely depends on the data. If one token comes back as the empty string ("") and the other is NULL, then that comparison is correct.

1 0
replied on May 28, 2019

I have seen this before! It seems that it would be true, but it thinks that it is false. You will have to add the conditional group that both of the following are true: variable 1 is empty and variable 2 is empty.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.