Returning a dropped file to its original location.

I read the most of the docs and searched the knowledge base / forum. Seems like what I want to do should be simple, but I can't figure it out.
All I want to do is have a monitored folder, and when I drag and drop file(s) in to that folder I want to apply some tags and then move the file(s) back to wherever it was dragged from (its original location).
So the rule I setup on my test folder was:
Is this possible?
First I tried Move. That doesn't work because it only lets me specify a specific folder, but he original location could be anywhere.
Second I tried Sort into subfolder. I tried with pattern [source folder] and with [original source], but neither worked. I couldn't find good documentation about how exactly those patterns worked.
I'm basically just trying to hack myself a better UI for adding tags to files, because the one built into macOS is awful.
Thanks!
All I want to do is have a monitored folder, and when I drag and drop file(s) in to that folder I want to apply some tags and then move the file(s) back to wherever it was dragged from (its original location).
So the rule I setup on my test folder was:
- Code: Select all
If all of the following conditions are met
Any File
Do the following to the matched file or folder:
Add tags: tag1 tag2 tag3
[insert action here to move the file back to its original location]
Is this possible?
First I tried Move. That doesn't work because it only lets me specify a specific folder, but he original location could be anywhere.
Second I tried Sort into subfolder. I tried with pattern [source folder] and with [original source], but neither worked. I couldn't find good documentation about how exactly those patterns worked.
I'm basically just trying to hack myself a better UI for adding tags to files, because the one built into macOS is awful.
Thanks!