Email question: I'm pulling from the Constituents connector, Get a Constituent and something has me baffled.
I want to display the primary email address but only if it is active. Primary email and also be marked inactive in NXT.
I have a condition that says
empty(outputs('Get_a_constituent-_Donor')?['body/email/address']) = false
AND
outputs('Get_a_constituent-_Donor')?['body/email/inactive'] is equal to No
This returns false everytime. I don't understand why. My false is an expression. The No is a text field. I have another flow that uses OR but that doesn't make sense either.
Thanks,
Carol