
Announcements
I am starting to create flows to automate tasks in Dynamics365 and one thing I would like to do is to delete an email address from a contact based on if it matches an email that hard-bounced in ClickDimensions.
I can use a FetchXML query to find email events with invalid recipients. I can then get the data for the matching Contact records in Dynamics 365.
Then I want to delete the email address in the contact record, but only if it is the same email address that had hard bounced (i.e., the contact record had not been updated with a new address after the email was sent.)
I am missing some kind of conversion to get the condition to compare apples to apples instead of oranges, I know.