Feature Request: Add easy-to-access button to copy values from variables to OS's clipboard in Workshop

As a user of Workshop in Palantir

I’d like to be able to copy values from a variable (such as the id’s (or arbitrary properties) of an object set variable) into my OS’s clipboard.

So that I can speed up app building time, and improve the QOL when debugging/testing workshop applications.

Currently we can do this by creating a button group/setting the onClick to export a variable, but this is tedious and takes a large number of clicks to set up (and feels unintuitive IMO).

Having a button by default inside the variable’s config box would be a great QOL add and would make the builder’s experience a lot better.

Could you share how you’re currently building it? I’d like to develop the same functionality the way you described, but I’m not sure how. I’d appreciate it if you could point me to a detailed tutorial.