===================================
Community Edition - Bot Agent Version 21.120.
Windows 10
====================================
Hello All,
I am just starting to try Python in AA and have encountered some strange behavior.
I have three commands in a task as shown:
The Open script command contains the following inline Python:
The Execute script action outputs the script to "pyOutput" string, and the Message box action displays the "pyOutput" string.
The strange part is that when I run the bot, I get a message from the bot of "true" on line 1, which is the Open script action.
However, after clicking "Close" the bot finishes and no message box (which is the third action in my bot) is displayed.
Any idea what I am doing wrong here?
Thanks!