I don’t think it will be possible to copy to clipboard using a standard button - the actions that are triggered by a button are executed on the backend, so they can’t affect the browser/OS.
Yes I am also missing an optional Copy-to-Clipboard button to all text/email etc fields. Even with right-click in the cell of a table, there is no “copy”.
I would like to note that adding the “Copy to Clipboard” button in all entities is a bit frustrating as this feature has been requested. The “Fibery Approach” i would have expected and loved would be an implementation “Copy value to clipboard” in the button actions. Then an implementation of “Entity.MD” in formula/script to get the entity markdown. Then we could build out the Copy as Markdown button ourselves. And decide which entities deserve it and to which it just adds more clutter… I hope its coming down the line!
As noted above, I’m not sure that such a solution would be easily implementable. Automation actions are pretty much limited to ‘backend’ changes, so I don’t know how feasible it is to add stuff to a user’s clipboard.
Automation actions are limited to backend changes at the moment.
I didn’t say it would be easy to do it the Fibery way (it rarely is), but I’m hoping it’s done the Fibery way down the line.
Even buttons? I have a vague memory of asking to be able to trigger Buttons from scripts (which would make them back-end actions for sure), but being rejected…
which means that Buttons currently require an active front-end to be triggered.
So Buttons do require an operator present to trigger them…
which means it should be feasible to have the front-end add stuff to the operator’s clipboard.