Concept: Message Manipulation Steps
Message manipulation steps enable you to customize the content of messages as they pass through your integration. Workday Studio provides these
Message Manipulation
steps on the Palette
:
Name | Function | Notes |
|---|---|---|
copy
| Extracts individual parts of incoming messages and copies them to different parts of outgoing messages. | |
javascript
| Implements a JavaScript script or function to manipulate the incoming messages. | |
set-headers
| Manipulates the header of a mediation message. | |
write
| Enables you to construct custom data and set it as the content of a mediation message. |
|