Implementing Client-Side JavaScript to Copy Text
Hi all,
I would like to copy my string from thingworx to my clipboard. I have found 2 ways of doing so in javascript.
1. .execCommand("copy");
2. navigator.clipboard.writeText
the issue is that thingworx does not support these 2 methods because it is a client-side operation.
How can I incorporate my custom JavaScript code in my mashup? What are the steps?
My ultimate goal is to copy text from a mashup to a clipboard.
Best Regards

