Find and replace string in body
The
find-and-replace
policy copies values from one property to another.
The from
and to
attributes to be specified in the dot notation format.XML
<find-and-replace from="field.subfield1" to="field.subfield2" />
XML
<find-and-replace from="field.subfield1" to="field.subfield2" />
Name | Description | Required |
find-and-replace | Root element | Yes |
Name | Description | Required | Default |
from | The path we copy the value from.
The path to be specified in the dot notation format. | Yes | N/A |
to | The path we copy the value to.
The path to be specified in the dot notation format. | Yes | N/A |
This policy can be used in the inbound, outbound, and on-error policy scopes.
Questions?
We're always happy to help with any issues you might have!
Send us an email to [email protected] or request the demo with our sales team!
Last modified 3yr ago