Friday, September 13, 2024

OIC Gen 3 - Data Stitch action

Data stitch operation types:

  1. 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.
  2. Append : suppose, we have a scenario , where we need to incrementally build a message payload or partial update of the payload.
  3. Remove : to remove some data from an existing payload.


Assign:

OIC - Global variable and Data Stitch action using assign operation

Append:

OIC - Append operation in Data stitch action | Incrementally build a messags payload using Data stitch

Remove:

TBD


No comments:

Post a Comment

Featured Post

OIC - Padding leading zeros to a number field using xslt format-number()

In many payment-related integrations, credit card numbers often arrive as plain numeric strings. For security and compliance—and to meet tar...