Hello,
I have a Web API in Appian which returns ~4K records of custom data type (each data type has 14 fields). I am calling it using integration object and then using it as a webservice source in record type.
Issue -
- The Web API returns ~4K records successfully whereas the integration object response shows only ~500 records.
- Is there a size limitation for integration object response?
- What is the workaround?
Regards,
Abhay
Discussion posts and replies are publicly visible
Usuall the limitation is 5MB on the response payload but it would normally tell you you are over. Are you sure that it's just not a display limitation in the Integration object?
https://docs.appian.com/suite/help/23.3/Integration_Object.html#outputs
Response bodies over 5 MB cannot be processed and will cause the integration to return an error.
Did you try call it from an interface and just displaying the output?