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.
Tagged:
0