Hello,
I’m working with an API that returns a JSON response like the attached file.
The number of items in the "rows"
array can vary from 0 to 8. I need help with:
- How to define the output contract when the number of rows can change.
- How to set up a success response template to handle this dynamic data.
- How to configure a translation map for fields like
StatusDescription
,TypeName
, Typecode andCode
.
Any suggestions or examples would be greatly appreciated!
sampleJson.json (259 Bytes)