politicus 37 Posted July 28 I am trying to build a workflow that will let me appends text (clipboard content + a few words I write in Alfred bar) to a file. Using the Hotkey action, I can show the content copied to the clipboard and add a few words. But I fail at appending this content (few words + macOS Clipboard Contents) to a text file. Here is the workflow: https://ufile.io/w91ucvzn (link will disappear in 30 days). Thank you! Quote Share this post Link to post
GuiB 70 Posted July 28 If I get what you want to do, here is an updated workflow: https://d.pr/f/Qy36hV In short, you don't need to use the Hotkey object to get the clipboard content or to pop Alfred, but use it simply to launch your workflow. Then, you connect a keyword object to get an Alfred field to write your query and then you append this query + clipboard to your file (the clipboard accessed using the Alfred's clipboard content variable) Hope this helps! Quote Share this post Link to post
politicus 37 Posted August 7 @GuiB Thanks a lot. Very helpful. I feel this is the kind of workflow not very complicated I will fill a lot of use cases for 😀 Quote Share this post Link to post