Hi all,
Just starting to play with the Python tool in 2019.1. I'm trying to create a simple workflow to move files around. I can't work out how to run the data coming into the tool (#1). All my attempts have just read in the file and not actually run the script.
The flow takes text files with the imports and body of the script, I union this together and then Summarise / concatenate with a \n. The text files will eventually become macro inputs
When I take this output and manually paste it runs, so I think the script is OK. I'm struggling to get the tool to run the script when it passes into the Python tool.
I've tried Alterx.read("1") and it reads Ok, but no files get moved, I'm guessing .read is not the way to do it.
Any suggestions appreciated.
Thanks.
Spoiler