Get clipboard contents step
What to use the Get clipboard contents step for
Use this step to read whatever is currently on the browser's clipboard and make it available to the steps that follow. It's useful for pages that respond to a "copy" button by putting the result on the clipboard rather than rendering it into the page, so there's nothing to scrape from the DOM.
Capture the clipboard value, then pass it into a later step — for example, write it to a 'Google Sheet', or use it to 'enter text' elsewhere on the page.
How to configure the Get clipboard contents step
This step takes no configuration. When it runs it reads the current clipboard contents and returns them as data you can reference in subsequent steps.