OriginalPostID-240280
Discussion posts and replies are publicly visible
hi hiteshd, did you find your answer. actually we are facing an issue when the response size has increased more than 1 MB.
Hi hiteshdI think, response limit is 5MB.
Does the request/response HAVE to be synchronous? You could (for example) send a very simple message to a WebAPI to start a process that then fetches the Excel document (from, say, a shared drive, using FTP or SFTP); which then performs the necessary validation; and then responds (asynchronously) to the end User (through whatever channel makes most sense)