evalScript
Run inline JavaScript snippets in Maestro YAML for quick tasks.
Using JavaScript in Maestro
appId: com.example
env:
MY_NAME: John
---
- launchApp
- evalScript: ${output.myFlow = MY_NAME.toUpperCase()}
- inputText: ${output.myFlow}Last updated
Was this helpful?
