Use of Variables in Python Step

How do I use Variables from the Workflow inside the Python Step?

Hello Fernando,
Execute Python Script, in Configure Tab, using Input Frames Table field we can use variables from other steps inside the Python step.
Table fields -
1] Step name - It is the name of the step from where the fields are coming from the first step.
2] Pandas Frame name - It is the variable name where all the values came from first step is stored.

I’ve attached the sample workflow for the same.
WF_InputForPythonScript.psw (16.9 KB)

1 Like