How to pass variable with email address to Send Email

I’m trying to use Gmail to send an automated email. I will know the recipients email address that is sent in a variable. But the activity won’t accept the variable directly. It is expecting a valid email address. How can I accomplish this?

@Terry_Marr ,

which means it expects a collection type variable, e.g. a List

Hi,

FYI, another approach:

If you want to send mail to just single address, the following expression will help you.( Enclose the address by { })

{strRequesterEmail}

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.