just wondering if something like this can be done, in one of our Xlates we have a segment that gets a table lookup, basically, if it’s not in the table, it gets suppressed.
What we want to do is re-route/save those messages into a different route, so obviously we’d have to do this upstream in the route message thread of the inbound, but can a table be accessed there? if so, how would I do it? obviously it’d be easy if the suppression rule was explicit like segment ABC = ‘XYZ’ then suppress but I’m having difficulty wrapping my head around what happens when it’s table-based.
thanks!