Hi everyone
I've created the simple Flow shown below which blanks out certain fields in my CRM when the Deceased flag of a Contact is changed (this represents the first two steps in the Flow and is working fine).
However, a Contact can have a various Communication Preferences that need Disassociating from the Contact record. They are linked via an N:N relationship. This is the Unrelate rows part of my Flow, and it's this that's causing me an issue. Each Communication Preference may or may not be present, but whatever is present needs Disassociating. Obviously, each different Communication Preferences has it's own GUID.
As you will see, I've out the Communication Preferences table in the first box, input the Relationship between the Contact entity and the Communication Preferences entity. In the Unrelate with box I've put the GUID of the first Communication Preferences that I would like disassociated.
Here's the error that I'm getting which suggests to me that I'm not putting the correct fields in:
So, my questions are:
- Which fields should I be putting in the unrelate section?, and
- How am I able to unrelate several Communication Preferences (should they exist for a particular contact) at the same time?
Many thanks for your help!
Jon