I am using Python Script in order to get output using Python scope but when .xaml file executes, it executes well but in output it shows System.String instead of actual message in list…Need help suggestions…
I am using Python Script in order to get output using Python scope but when .xaml file executes, it executes well but in output it shows System.String instead of actual message in list…Need help suggestions…
Fine
if its a string array we need to mention that with a index position or to get all elements in the array together then simple join method like this string.join(“_”,arrayvariable)
which would give us the value we want
Cheers @Rajnish
Fine
what was the error we are getting
Cheers @Rajnish