Hi – I’ve got a macro that uses an AppleScript to choose a file and assign its POSIX path to a variable, then sends that variable to KM.
Once in KM, the macro appends the file’s original path to another variable (i.e. pathList), then moves/renames the file to another folder – after which I want to append this new path to the pathList variable.
Obviously this is eminently doable by assigning the new folder location to a variable, and assigning the Name of my original file to another variable, then merging these two, then adding it to my pathList variable.
I wondered if it might be possible, though, to add an option to the Move/Rename File action, whereby you can assign the new/resulting path to a variable if you wish to do so? (in my case I would re-assign it to my pre-existing filePath variable, which I would then append to the bottom of my pathList variable.)
So, as this would save me a couple of steps and a couple of additional variables in my current macro, I thought perhaps others might have uses for it and that I should request/suggest it as a contender for a future feature.
Thanks for considering, Peter.