I have an API that gets a note from a ticket and then Parses the note to then add to another ticket. All is working except the Parse is an Array and the Note API needs a string. I am not sure how to change the Array to a String, or do this a different way.
Any ideas?