To address the cell size limit when making an HTTP API call to Cognism, try these steps:
1. Use the "Remove empty fields from the request" option to reduce data size.
2. Adjust your JSON body to include only necessary data.
3. Consider splitting large requests into smaller chunks if possible.
Can you share the specific JSON you're trying to send? This will help me troubleshoot further.
To avoid exceeding the cell size limit when calling Cognism's API, you can:
1. Use the "Field Paths to Return" option to specify only the data you need. Enter the specific fields separated by commas, using dot notation for nested fields (e.g., object1.object2.name).
2. Toggle "Remove null & undefined values" to eliminate empty fields from your request, reducing data size.
If you're still having issues, please share your JSON so I can help troubleshoot further.