Mapper
The Mapper activity is used to map and transform data from one format to another.
It helps in restructuring or formatting data to match the desired output structure within a workflow. Mapper is often used to return a properly formatted response or to prepare data for downstream activities.
You can create a custom response using values from the workflow payload or results from other activities.
The Mapper activity takes JSON input only, which defines how fields from the input data should be mapped or transformed into the output.