How to get Email from Email Message object

I am trying to get email from email message object using Business Process.

That email field value i want to populate on Lead Email field.

How can i pass value? by using parameter or by using formula?

Like 0

Like

2 comments
Best reply

Hello Chandu, 



The object "EmailMessage" stores data about email templates. 

If i understood your business task correctly, you need to read Activity object, where Type = Email to read email messages. 

Then you can use parameter to store the value from the read element, or use put the value direclty into the ModifyData element. 

See the test process below: 

This test process reads activities and assigns the value of the field "From" to lead email. Please note that you'll need additional filtering in the real process in order for it  to work properly. 



Best regards,

Yurii

 

Hello Chandu, 



The object "EmailMessage" stores data about email templates. 

If i understood your business task correctly, you need to read Activity object, where Type = Email to read email messages. 

Then you can use parameter to store the value from the read element, or use put the value direclty into the ModifyData element. 

See the test process below: 

This test process reads activities and assigns the value of the field "From" to lead email. Please note that you'll need additional filtering in the real process in order for it  to work properly. 



Best regards,

Yurii

 

Yurii Sokil,

 HI,

many Thanks for this responce,

 

Actully iam trying  Email to lead generation.

so i want to populate contact name and Account Name also in Lead object and whatever required for lead those field i need to populate

 

this one also can u help me Yurii.

Show all comments