evalScript

For more information regarding JavaScript, please refer to the Javascript section:

pageJavaScript

For very simple computations (like the one above), creating a new file might be cumbersome. evalScript allows you to specify JavaScript directly in your Maestro flow.

appId: com.example
env:
    MY_NAME: John
---
- launchApp
- evalScript: ${output.myFlow = MY_NAME.toUpperCase()}
- inputText: ${output.myFlow}

Last updated