Forum Discussion
dcon1_pds
Jul 12, 2023Copper Contributor
Hyperlink Query Iteration Path
Hello, I'm trying to write a Hyperlink Query that will be embedded in an email that is sent to my development team. The Query simply pulls all the tickets assigned to each developer in the curre...
dcon1_pds
Jul 12, 2023Copper Contributor
I was able to find my own error. I wasn't encoding the query string that was going into the hyperlink. I was able to find some good instructions on using encodeUriComponent and that resolved the issue...