<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm curious, since python_exec only accepts one extra parameter, how do you guys pass multiple variables to a python function?</div><div><br></div><div>I personally do this:<br></div><div>$json(args) := "{}";<br>$json(args/param0) = "sdifuhsidfg";<br>$json(args/param1) = "asfagfgf";<br>$json(args/param2) = "asfergerghdf";<br>python_exec("python_my_fn", $json(args));</div><div><br></div><div>and then I restore the json object in the python function and use my variables..</div><div><br></div><div>Thanks<br></div></div>