Hi there,
I'm using a parent script to call a child script within DM and would like to send a script output from the child script to the parent script. I have followed the documentation online but the only thing I get back in response is an empty dictionary. I have attached a copy of the code to see if I may have setup something incorrectly.
This is the script output in the child script.
This is the script output in the parent script.
Thank you for any help in advance.
Tyler
Tyler,
Do note there is a mismatch in the keys ( Output and output ), which will cause your GetScriptOutput to return an empty string.
Hey Emmanuel,
These screenshots we’re taken at different times and this was already amended but I was able to resolve the issue. The subscript was being call asynchronously so the response was not coming back in time to be visible. Switching the subscript to synchronous seems to have done the trick and the issue is now resolved.
Thank you for your help!
Hi Tyler,
Can you please add the code that you use to call the subscript?