User bio
404 bio not found
Maine, USA
Member since Feb 18, 2016
Posts:
Replies:
Do you see any difference when removing action #1 and setting this property for the DTL instead?
Glad you got it working.
I feel I should mention that I specifically told you to just that 2 days ago ... quoted here:
There are a few issues with this code, but the biggest one is that you've created a clone and should be modifying the clone (pOutput) exclusively. However, you're still calling SetValueAt() against a segment pulled from pRequest.
The above notwithstanding, you're still sending the original unchanged message object (pRequest) to the target operation with the SendRequestAsync() call.
Fundamentally, you should:
- Create a clone of the request object pRequest (i.e. pOutput)
- Modify the clone, which is a mutable copy of the original message
- Send the modified clone (pOutput) to the target operation
Certifications & Credly badges:


Global Masters badges:







Followers:
Following:
Is the routing rule attempting to filter/route based on content embedded in the RTF? And how large is the message?