Trying to create a Condition based on a joined fie...
# suiteflow
e
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:
Copy code
joinField NOT EMPTY
AND
joinField.otherField NOT EMPTY
AND
joinField.otherField != aValue