Trying to create a Condition based on a joined field in an Action, but both the joined field itself and the field I'm joining through can potentially be empty. Tried to set up the Condition like:
joinField NOT EMPTY
AND
joinField.otherField NOT EMPTY
AND
joinField.otherField != aValue