I am trying to build a simple Email Alert in Flow whereby 1) when a new contact is created/associated with a select organization 2) one of the team is alerted via email.
The Trigger is:
Object = "Individual" [Contact]
Configuration: "A record is created"
Account ID equals [001...]
For the Send Email Alert I have selected the Individual Contact Record. ID and presented it as:
{!$Record.Id}
I keep receiving "given sobject does not match type for alert" in my testing. It seesm quite a simple flow - what am I missing?
14 respostas
You would have created the Email Alert on a different object. Email Alert Object and Flow object not matching (In your case, may be it should be Contact)