How to paste a variable?

Post here if you need help using Actiona
Post Reply
jonathanptk
Posts: 6
Joined: 20 Dec 2020, 17:12

How to paste a variable?

Post by jonathanptk »

Hi, I'm trying to find a way to paste (Ctrl + V) the value of a variable instead of writing it, this would make my scripts faster and work better for my use as well.

Thanks! 8)
jonathanptk
Posts: 6
Joined: 20 Dec 2020, 17:12

Re: How to paste a variable?

Post by jonathanptk »

Can someone help me please? :cry:
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: How to paste a variable?

Post by eureka »

A simple method is to set a variable in code or variable object
then copy the $var to your clipboard
then find your target location (such as a form field)
then apply key (Ctrl+V)
jonathanptk
Posts: 6
Joined: 20 Dec 2020, 17:12

Re: How to paste a variable?

Post by jonathanptk »

Thank you very much, I will try this way and post here if I can ..

My greetings from Brazil!
jonathanptk
Posts: 6
Joined: 20 Dec 2020, 17:12

Re: How to paste a variable?

Post by jonathanptk »

It worked, I used the "Write Clipboard" to write the content of the variable in the clipboard, to then be able to paste it with "Ctrl + V" :D
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: How to paste a variable?

Post by eureka »

Greetings to Brazil from U.K.
That is good. Just one tip. In your next post indicate what desktop OS (Windows/Linux) you are using since you can also leverage other tools in a "toolchain" linked to Actiona command. For example I can use xdotool in Ubuntu.
Post Reply