Copy to Clipboard

Using this action, you can allow users to copy a particular text from your app. For example, copying a message or transaction ID and then pasting it into another application.

When this action is triggered, the data is stored temporarily in a special part of the device's memory called the clipboard. The user can then paste the copied text into another application by using the "paste" command.

Adding Copy to Clipboard action

Follow the steps below to add this action to any widget.

  1. Select the Widget (e.g., Button) on which you want to add the action.

  2. Select Actions from the Properties panel (the right menu), and click Open. This will open an Action Flow Editor in a new popup window.

  3. Click on the + Add Action.

  4. Search and select the Copy to Clipboard (under Utilities) action.

  5. Most probably, this value would be dynamic; hence, you can set the Value Source to From Variable and set the Source accordingly.

At present, testing this action isn't possible in Test mode, but you can use the Run mode for this purpose.

Last updated