I’m new to Corteza and javascript. I’m try to execute an external Python or bash script existing on my server after create a new record, but how can I pass the field value of record to the scripts and attach the resulting file to the record? I have read the documentation and found workflow can solve it, but I have no idea for it? Can you help me?
Hi, munawir.
Thanks for you quick reply. Can you show me some code snippets or give me some hints about it? Any help will be as always appreciated.
Feng
If you’re set on using Python/bash scripts, you’ll need to invoke it from a server-side automation script. At some point we’ll consider supporting different languages but for now you can either overengineer it or move the code to JavaScript.