This is a sub-workflow action. The selected workflow runs separately for each
property and must use a Sub-Workflow trigger. Use Return Data in that
workflow to provide the transformed value.
Inputs
Outputs
Configure the selected workflow
For each property, the selected workflow’s Data In contains:value for the transformation and key when the logic depends on which
property is being processed. Connect the transformed value to Return Data.
That returned data becomes the new value under the original key.
For example, if the input is:
value, then returns that
string, produces:
Execution behavior
- Only top-level properties are iterated.
- Properties are processed one at a time in object-entry order.
- If the selected workflow returns no output data, that property’s new value is
null. - If any sub-workflow run fails, Transform Properties fails rather than returning a partial object.
- Normal workflow recursion-depth limits still apply.