You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Validating and manipulating Received JSON data inside the integration

Hello everyone,

I created an Integration that receives a JSON file when triggered, and it then sends the mapped data to another endpoint through a new REST API request. But I want to validate and manipulate the JSON file before sending it. For example the Received JSON is : {obj1:'test1', array1:['elt1','elt2',...]}, I'm trying to loop around the array to add or remove elements based on some conditions.

I need to receive one JSON file and send only one request at the end of the flow, I can't send for each element in the array an API request.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!