Hi,
I have been working in Integra.Sky for some time now. I am using SAP B1 Service layer to get Data and have a flow set by using a API Gateway trigger as its first point of contact.
The data coming from Data Transformation module upon testing in individual module seems fine but when the entire flow is triggered using the API generated, in the Data Transformation module it takes the input as a string and thus does not give an output and hence the data never returns the endpoint .
This is when testing in individual Module

when Testing by triggering the flow with same input the same json data is converted to String .
Note : I am dealing with a single JSON Object with key value pairs .
IF it was a JSON array this does not occur .

Kindly suggest a work around for the issue .