Some non-JSON legacy APIs require parsing of results into a JSON format for subsequent use in a Tenjin flow or no-code solution. To resolve this for our Front Office -> Quickwork integration, we used AWS Lambda function written in javascript. For our Nexthink -> Tenjin integration we created an Azure Powershell script.
These functions are relatively simple but require configuration of a third party cloud API to receive the call and the function to process it.
Would be great to have a code window in flow that can receive flow variables, do some processing, and then output variables to the flow without needing to explicitly go out to third party.
Perhaps calling it a "script" action for flow would suit best