Hi, i have an automator action and would like to write a textfile using the applescript action with variables from that Automator workflow:
The text should look like
Surname and filename are variables from Automator.
The file must be saved in the {variable: path}variable as content.txt.
I hope someone out there can help me with this.
Thank you!
The text should look like
Code:
Hi {variable:surname},
your {variable:filename} files have just arrived in your dropbox.
Best Regards,
John Doe
12345 Doestreet...
Surname and filename are variables from Automator.
The file must be saved in the {variable: path}variable as content.txt.
I hope someone out there can help me with this.
Thank you!