TRANSFORM_DATA
Takes the input process data and performs operations on that data. Returns the results of the transform operations to the next action.
Properties
Description
transform_title
A label used to help identify your transformation action in the process flow editor.
Transforms
transforms
A set of properties used to modify input data with specified operations and then pass the modified data to subsequent actions. The transformations run on inputs that have lowest path depth first.
Input Key
transforms[].fromKey
The lookup path for the data that will be transformed.
Output Key
transforms[].toKey
The lookup path for where the result of the transformation will be stored.
Transform As
transforms[].transformAs
The operation that will be used to transform the input data found at the path listed in fromKey. All operations are also available via scripting. See the Instalink Scripting Documentation for more information