Render SMS text from SRL

Hi All

It’s required to render text for outbound new auto-generated SMS message using standard responses. I’ve tried to use on scxml, but faced with limitation - for mediatype TMediaNativeSMS (which is native sms for smpp, not email-style sms) msgsrc field can contains only text string of message. I can use URS or ORS for this task.
Any suggestions how to do this?

Wouldn’t using of separate “Render Message Content” object router’s strategy to produce rendered message help?
Resulted rendered message I believe later can be used in Create SMS Out object.

thank you! that’s worked.