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.
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.