Hello i dont think so.

But probably you can use shared or private variable depending on your needs 

Le 7 déc. 2022 11:28, Denys Pozniak <denys.pozniak@gmail.com> a écrit :
Hello!

Is it possible to find out the name of the onreply_route that was set before?
Something like this:

t_on_reply("MANAGE_REPLY");
...
if ( t_is_set("onreply_route") ) {
get_onreply_route_name();
...
}

--

BR,
Denys Pozniak