You need to sign in to do that
Don't have an account?
Janno Rip
Struggling with created EmailMessages from Flow - isTracked & FromId not properly working
I have created a Flow that sends an email using emailalert and afterwards creates an 'emailMessage' record in order to show that email in the activity timeline. This is working so far. But there are 2 things which are not.
The result is that in the activity timeline it does not say "You sent the mail", but "jan.tonnet@..." sent the mail.
- 'isTracked' is set to true but the email in the activity timeline stays always at "unopened" - is there something else I have to define? It is working when emails are sent and created the "regular/non-flow" way
- 'FromId' is where I would argue needs to be set the id of the user. Unfortunately it throws an error:
The result is that in the activity timeline it does not say "You sent the mail", but "jan.tonnet@..." sent the mail.
Try the suggestions as mentioned in the below blogs,
https://developer.salesforce.com/forums/?id=9060G000000I1FkQAK
https://success.salesforce.com/answers?id=90630000000i9kFAAQ
It might help you.
Thanks.