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
1 Like
Thank you for your quick response…I am using string.join(“_”,arrayvariable) but still facing the issue…I am
Fine
what was the error we are getting
Cheers @Rajnish