Is it possible to set up for generated functions to be in Python instead of Java Script?

Hello!

I am just starting with MindStudio and need to say I am in love with it, so thanks for everybody who had this great idea!

Further than that, I am starting to use the workflow generator feature and I am wondering, is there a way to make the generator only implement the functions in Python instead of Java Script? Reason I am asking is because I had an issue on one generated function and I am debugging it now, but I am profficient in Python, but not in JavaScript.

Thank you,
Sara

did you try to change the environment to python in the function block under code, and then generate your code?

You can explicitly tell the workflow generator something like “write the function in python” and it should do it.

1 Like

Yes, this doesn’t change the language the code is generated, I think only the environment it will run.

Hi @saramonteiro,

Check out this new update to custom functions: Today we released a crazy powerful update to Custom Functions: Full Virtual Machine Execution. | Sean Thielen