AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.72k stars 1.09k forks source link

How variables can be used in javascript? #1773

Open zenglihunter opened 6 days ago

zenglihunter commented 6 days ago

My code in JavaScript block is this document.querySelector('kat-textarea').value = 'dear {{ variables@name}}, nice to meet you!';

But it only outputs text, how can the variable parameters take effect? For example: dear {{ variables@name}}, nice to meet you! is dear tiger, nice to meet you!

thank you