Links

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.
Copy to clipboard action

Adding Copy to Clipboard action

Follow the steps below to add this action to any widget.
  1. 1.
    Select the Widget (e.g., Button) on which you want to add the action.
  2. 2.
    Select Actions from the properties panel (the right menu), If it's the first action, click + Add Action button. Otherwise, click the "+" button below the previous action tile (inside Action Flow Editor) and select Add Action.
  3. 3.
    Search and select the Copy to Clipboard (under UI Interactions) action.
  4. 4.
    Most probably, this value would be dynamic; hence, you can set the Value Source to From Variable and set the Source accordingly.
Adding copy to clipboard action