Is there a way to change procedure language from Python to something else?

I don’t know Python and would love to be able to write powershell scripts directly into procedures.

hi @Joe , currently the platform only accepts python scripts. However, you can call a powershell (or bash etc.) script inside a python script.
example:
https://scripts.xcitium.com/frontend/web/topic/run-powershell-script

1 Like