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.

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

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