
dye4h (dye4h) asked a question.
I am trying to use the True/False Expression function in Okta Workflow to compare two conditions as given below.
output1 == "" and output2 != ""
When I am putting some value in output2 and output1 is empty, I am getting the result as False, but this should be True.
When both are empty also get False.
Please guide me if I missed something.

@dye4h (dye4h) - Based on your screenshot it appears to be working correctly. You are performing a text comparison in your example:
>Text comparisons are currently not supported inside a True/False Expression. We are working on fixing this, but for now use Compare to do text comparisons.
Creating the same design as you are utilizing and putting an number in the second field returns True. Putting a letter in the second field returns False.
Something like this would meet your use case: