Automate "Move File" macro creation

I think the issue here is that you are not using the best tool for the job. KM Palettes were not designed in a way that supports this type of workflow. That's why I mentioned:

That is exactly the method that @gglick provided you above:

You can use either Global or Local variable depending on your use case. If you want the list of folders to be available in other Macros, then use a Global variable. Else a Local variable would be preferred so that your Global variable space is not polluted.

The Prompt With List action does not provide a much customization as some of us would like, but it works very well. At a macro level it does the same thing as a palette: Provide a popup window to select an item.

If you need features the Prompt with List does not have, you can use a great macro by: MACRO: Spotlight Search Prompt by @DanThomas.

Since this macro makes use of the KM Custom HTML Prompt action, you can customize it as much as you like, limited only by your imagination and HTML/JavaScript skills.

Good luck. I hope one of the options will work for you.

1 Like