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
- Add the Set Clipboard action to a component (such as a button).
- In the action settings, specify or bind the text you want to copy.
- (Recommended) Add a Show Toast action immediately after to notify users that the content has been copied.
Configuration | Example |
---|---|
![]() | ![]() |
Configuration | Example |
---|---|
![]() | ![]() |
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