I am trying to run a simple python script of printing ‘Hello world’, the script seems to be running fine, but when i try to use the ‘get python object’ activity, i am facing a run time error ‘Error converting python object’. myout variable is string type. Pls advice.
If you see in my above snippet, I wanted to invoke ‘parse_reply’ method from the imported library.
When I pass ‘EmailReplyParser.parse_reply’ or ‘parse_reply’ as a method, it returns an error invoking python method error. Any idea on this ?