Resolved! ScriptA not calling ScriptB as expected
I have some automation that I'm working on and I am not seeing the expected results. I broke the script down into the following simple version.
ScriptA which is:
demisto.executeCommand("ScriptB", {})
ScriptB which is:
return_results("ScriptB Called")
wh



