[SalesForce] Check if lookup field is not null in Process Builder

I'm trying to define some criteria in process builder that checks to see if a user was selected in an Assign to User custom lookup field. However, process builder won't let me select that field for the criteria. I am required to traverse the lookup field and select a field on the user object. Is there a way around that? I just need to check if that field != null.

Set Conditions Screen

enter image description here

Best Answer

Instead of using the Conditions are met you could use Formula evaluates to true and use a formula to determine if it has a value.

enter image description here