Solved

Comparing two person fields - when both are null, workflow thinks they're different

  • 19 November 2021
  • 1 reply
  • 16 views

Badge +5

In my workflow, I have a Run If step. I would like the actions in it to only run when two person fields are different. The problem I'm experiencing is when both person fields are null (no values have been stored into the list columns). When they are both null, the workflow sees them as different, which I don't want.

 

How do I tell the workflow that null = null?

icon

Best answer by sgrams 19 November 2021, 22:00

View original

1 reply

Badge +5
I resolved this by storing the person fields into a text variable and compared the text variables instead.

Reply