Copying Row Values to User Clipboard

Hey Everyone,

Is it possible, either directly or indirectly, to create an action in AppSheet that allows a user to copy a value from a row to their clipboard?

1 Like

I’m afraid that’s not possible.

As we can see, AI just doesn’t understand :wink:

1 Like

I’ve looked into this very recently and the security risks of accessing the clip board is what I think is getting in the way. There is another thread and someone just made a chrome extension in dev testing. But you are putting trust in that access.
I ended up (just now) having a button, that emails the value to user who presses the button as a little workaround.

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Copy-to-Clipboard-Custom-Action-Tool/td-p/839542

I have built this outside of appsheet and you may try this.

1 Like

I had built this for my own usecase including shorten comes handy to fill the gap.

1 Like

This is brilliant. Thank you so much, I really appreciate this.

1 Like

You’re welcome! :folded_hands:t3: