I'm loving the new Python tool. One feature I'm missing is better handling of reference shortcuts. If my code is something like this
test="%Question.Text%" test
and I run my workflow, it will replace %Question.Text% in the python tool's code like this:
test="Hello World" test
Similar to the R tool (or any other tool really), I think my code should remain unchanged, but my variable test should be set to whatever value is is entered for Question.Text.
Thanks!
Solved! Go to Solution.
This would be a really nice feature. Now you have to do this with a textInput macro. This is a workable work around, but not how it should be.
first define your parameters in the textInput macro.
then capture you defined parameters from the input stream
End of year 2023 and yet this basic functionality (access ALL constants in Python tool) is not implemented...
¯\_(ツ)_/¯
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |