Scripting Console

Scripting Console is the easiest way to test your code during development. You have full access to all platform modules as you normally would. Just need to copy your code and run it in the console.

We strongly suggest to develop your application in small parts and make sure data is flowing across as expected. These parts can then be tested in the scripting console to ensure expected functionality.

Note: You can print a log statement from the scripting console as well. Any error thrown in the scripting console will be shown under Error Logs.

Scripting Console can be found under the Scripts navigation tab.

Last updated