Clipboard Actions in Power Automate Desktop

A clipboard is a place where the copied content is present temporarily till we use a copy command again. Clipboard content will be erased once the system is turned off.

Clipboard actions are used to set or get data from the clipboard in power automate desktop.

logo-clipboard-actions-power-automate-desktop

There are three clipboard actions in power automate desktop.

clipboard-actions-clipboard-actions-power-automate-desktop

  • Get clipboard text: This action gets the contents from clipboard text
  • Set clipboard text: This action sets the text in the clipboard
  • Clear clipboard contents: This action clears the clipboard contents

Text Actions in Power Automate Desktop

  • Open Power Automate Desktop App.
    desktop-app-power-automate-desktop
  • Firstly, we need to create a flow. Click on New flow.
    new-flow-layout-power-automate-desktop
  • Create a flow with the name clipboard-actions.
    flow-name-clipboard-actions-power-automate-desktop

Variables in Power Automate Desktop

SET and GET clipboard text actions

These actions are used to set or write contents in the clipboard and then retrieve the written text from the clipboard.

  • From the Actions panel, drag and drop the Set clipboard text action into the workspace. Add text in Clipboard text. Click on Save.
    set-clipboard-actions-clipboard-actions-power-automate-desktop
  • From the Actions panel, drag and drop the Get clipboard text action into the workspace. It will automatically retrieve text from the clipboard. The output will be stored in the ClipboardText variable. Click o Save.
    get-clipboard-actions-clipboard-actions-power-automate-desktop
  • From the Actions panel, drag and drop the Display message action into the workspace. Add Message box title as clips and Message to display as the ClipboardText variable. Click on Save.
    display-msg-clipboard-actions-power-automate-desktop
  • This is how our flow looks now
    flow-clipboard-actions-power-automate-desktop
  • Save and Run the flow. We get the output as the text saved in the clipboard.
    output-clipboard-actions-power-automate-desktop

Folder Actions in Power Automate Desktop

Clear clipboard contents

This action is used to clear the clipboard. It doesn't take any input or show any output.

  • From the Actions panel, drag and drop the Clear clipboard contents action into the workspace. Click on Save.
    clear-contents-clipboard-actions-power-automate-desktop
  • This how our flow looks now. Make sure that you put the action in between the Set and Get clipboard text actions.
    flow-clear-clipboard-actions-power-automate-desktop
  • Save and Run the flow. The contents are cleared from the clipboard so, we don't get any text in the output.
    output-clear-clipboard-actions-power-automate-desktop

OCR Actions in Power Automate Desktop

About Author :

I am Sharvari Raut, having sound knowledge and experience in technical writing. Currently, pursuing my B.Tech in Computer Science and Engineering.

Comment / Suggestion Section
Point our Mistakes and Post Your Suggestions