Copy to clipboard

The Copy to Clipboard action node accepts a string as input and copies that string to the user's clipboard. The user can then paste the contents as text elsewhere on their device.

circle-info

An example setup of Copy to Clipboard is showcased in our Showroomarrow-up-right! You may view a demo, as well as access the setup in Create. If you do not have access, you may register herearrow-up-right.

Settings

Text

The string to copy to the clipboard. A string can be formed from:

  • a static text string

  • a property value from a data binding

  • the result of a conditional expression

  • the return value of a function

  • other values such as the current date and time

Last updated

Was this helpful?