Execute Templating Script
Description
This action is only available on Templating V2 flows.
The Execute Templating Script action allows to execute a Liquid script. For more information about Liquid and Templating V2 scripting visit Templating V2 Documentation.
Usage
This action is used to make scripting easier and cleaner removing the need to have additional scripting logic mixed with data inside actions.
An example of an script:
Then these variables can be used in subsequent actions, for example, an Http Request action:
Additionally, The output of this action will be the rendered template, this is useful for debugging purposes as you can print values in the resulting template.