Skip to Content
ActionsClipboard

Clipboard

The Set Clipboard action allows users to copy specified text—either static or dynamically bound—to their device’s clipboard with a single click. This feature streamlines the process of sharing or reusing information within or outside your app.

How to Use

  1. Add the Set Clipboard action to a component (such as a button).
  2. In the action settings, specify or bind the text you want to copy.
  3. (Recommended) Add a Show Toast action immediately after to notify users that the content has been copied.
ConfigurationExample
Copy to clipboard exampleClipboard toast feedback
ConfigurationExample
Set clipboard action configBind text to clipboard

Notes

  • Only text-type data is supported.
  • The action does not support copying images or files.
  • For best user experience, always provide feedback (such as a toast notification) after copying.
Last updated on