Copy text into variables and then paste them in to text block

So I need to copy two chrome fields on two pages and set them as distinct variables. Then paste them in to an automated message in certain places so.

copy ‘Password’ and ‘subdomain’ from webpage -> open new email and paste:

Hello new user your %password% and %subdomain% not sure if I should use copy to named clipboards or use variables to insert the copied text into the email

1 Like

What part are you having problems with?

Opening the pages can probably be done using the actions:Browser Window Actions.

Reading the fields can probably be done using the actions:Browser Form Actions.

Opening a new email depends on your mail client.

Pasting can be done with the Insert Text by Pasting action, using text like:

Hello new user your %Variable%password% and %Variable%subdomain% not sure if I should use copy to named clipboards or use variables to insert the copied text into the email

1 Like

Thanks Peter,

worked great!

1 Like