I have a Smart Campaign w/Smart List that catches any 'Email is Delivered' activity (for any e-mail).
My goal is to use the 'Alert' type of Flow step to send that same Email to a particular e-mail address.
However, if I use the token {{Trigger.Name}} in the Email field on the Flow step, I get the error "other retrieval methods not yet implemented," which I presume means "you can't yet use a dynamic token here."
If I hard-code the name of an Email, that particular Email will be sent successfully. But that defeats the purpose of having the Smart List catch any Email and send that triggering Email in response. And it is also impossible to manage, as the Flow step would always need to be updated to contain every possible Email in the system.
Are there any other ways to accomplish what I am describing?