I’m making a REST API POST request from a page, passing parameters stored in page items. I need to capture the full response of this request for further processing. The response contains around 60,000 characters, and I’ve set an OUT parameter to store the response in a page item (P2_RESPONSE). However, the issue is that the page item seems to handle only about 30,000 characters, so half of the JSON response is missing.
Is there a better way to handle such large responses, or is there a way to increase the character limit of a page item?