mkhsv Posted December 25, 2021 Posted December 25, 2021 Hi! I figured out how to create a new Google meet call using this workflow https://drive.google.com/file/d/1cXAVJxs-_Ge0xf71smlXopAYi47sJDis/view?usp=sharing, However, how can I copy the URL (the invite link) to the clipboard and return to an active app window I used this workflow from? My browser of choice is Vivaldi. Thanks!
vitor Posted December 26, 2021 Posted December 26, 2021 Welcome @mkhsv, Simply connect the Open URL to a Copy to Clipboard Output to copy the link. Then connect it to a Run Script Action with Language set to /usr/bin/osascript (JavaScript) and Script Application('System Events').keyCode(48, { using: ['command down'] }). That will fake a ⌘⇥ which is the fastest way to get back to the previous app; there are more proper ways to do it (save the current app and then go back to it), but they are slower and require more code and more changes to the Workflow.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now