Hello,
I was looking for a way to set the message field of the Email Automation Script Action using a Script Param. Is it possible? If so, how is it done?
Thank you,
João Silva [SLC] [DevOps Advocate] Selected answer as best 22nd November 2021
Hi João,
You can send an email directly from an automation script action, as documented here (link).
But, as mentioned in the note at the end of the help page linked above, you could also do that from within a C# code block.
From within a C# code block you have access to your script parameters.
João Silva [SLC] [DevOps Advocate] Selected answer as best 22nd November 2021