How do I Paste data from clipboard into browser field

I have copied data from 1 browser and need to paste it into a field in Monday.com (web based)
what is the string for Ctrl+P or is there a better way to do this?

Hi @christine.trigger

There is an activity called get from clipboard, use that activity to get the value from clipboard to an variable and then use type into to type the variables value into the browser.

And if you are get the value from a browser we can use get text activity and store it in a variable instead of copying in clipboard and getting from clipboard,

Thanks

Use Get Text to get the data from the first page into a variable, and then use Type Into (or Set Text) to put it into the other web page.