Data stitch operation types:
- Assign : suppose , you use a invoke inside a scope and want to take the invoke variable data to outside of the scope, that case mainly we use assign.
- Append : suppose, we have a scenario , where we need to incrementally build a message payload or partial update of the payload.
- Remove : to remove some data from an existing payload.
Assign:
OIC - Global variable and Data Stitch action using assign operation
Append:
Remove:
TBD
No comments:
Post a Comment