Force parameter resolving
- Last UpdatedDec 06, 2023
- 1 minute read
If a parameter is set to another parameter output with parameter value assignment (item.var="@item2.var@"), the content of the source parameter is copied to the target without being resolved.
Usually, this works without problems. However, in some cases, if the source parameter itself does contain a value but an assignment or a formatting, you must surround the parameter value assignment with a force resolve tag [@RtoBeResolved].
Code example
An example of a force resolve tag.
item.var="[R@item2.var@]"
Note: Ensure that this problem does not affect routing where the value is resolved before being copied from source to target.