Copy to Clipboard
Setting up the Copy to Clipboard Action
There are situations when you need to copy data from your app's screen and paste it at a later stage. This is where the Copy to Clipboard
action comes in handy within your Action Flow.
Copy Text or Keywords: To initiate the copy action, navigate to the
Utility
section, and select theCopy to Clipboard
block. Here, you can specify the text you want to copy or choose from a list of Keywords. Keywords allow you to copy dynamic content from form controls, variables, and action outputs.Action Unique Name: Provide a unique name for this action. This helps you identify this task within your action flow.
- Conditions and Environment: Define under what conditions this action should execute and in which environment. This allows for precise control over when and where the copy action occurs.
With these settings in place, your action flow is configured. Now, whenever this action is triggered, the specified text or data will be copied to the clipboard. You can then navigate to the desired location to paste it. On a mobile app, you can usually long-press and use the paste option. In the example provided, we are pasting the copied text into a text control located below the action button.