SuccessFactors spoke can't use actions that require large response objects and fails with "com.snc.process_flow.exception.OpException"Issue Using the SuccessFactors spoke, actions that produce a large payload response fail with an error message about to large payload. The execution context would contain an error like the following: com.snc.process_flow.exception.OpException: Response size exceeds limit, allowed :xxxxx actual size: xxxxxReleaseALLCauseWe have investigated around this issue and found that this is a platform limitation.Resolution1. Create a data source record to attach the attachment received in the response. 2. Open and copy "Get Entities List" action. 3. Go to 1st step of copied action, create a new input variable(name it anything), type should be REFERENCE.sys_data_source. 4. Go to REST step, check the "Save as attachment" checkbox, drag and drop data pill(created in the above step) in "Attachment File Record" field, and provide the file name with extension in Attachment File Name. 5. Add the code shown in the screenshot 4 and comment the other statements. Related LinksREFER TO THE FOLLOWING KB: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0852968