Hi All,
In the Advanced Transform task (where you can write a python script) to manipulate the data, I would like to know how, like the code task, you can return a value or string that is available to use in a later tasks. All the help (and bots!) say it’s possible using something like
return { summary: summary_text }
but this needs to be wrapped in a function() I believe.
The other option is to use something like
#print(SUMMARY=summary_text)
This get’s to the log, which is a downloadable file but I’d like to pass this into the proceeding email task. Every variants I’ve tried still won’t show it up in the piped text dropdown.
Is this possible?
Thanks
Rod Pestell
PS there is no ‘Advanced Transform Task’ tag so had to select ‘Task’!

