Creating a stamp to make an alias of a note AND move the alias to a container named /Active?

Is it possible to code a stamp to do two things:

  1. create an alias of a note and
  2. move the alias to a container called /Active?
  3. the original note will stay where it is.

If so…How would you code it?

Tom

This isn’t possibly at present. The rest would be trivial

Thank you

Didn’t test it, but you could probably create an agent whose query matches the note (which results in an alias of the note) and then move this alias to the desired container. You’ll probably want to delete the agent afterwards, but I think this should all be doable with the current Action Code.

Thanks Pete for that suggestion.
Tom