The "Remove empty values" option (also called "Remove empty fields") in HTTP enrichment columns prevents sending any fields in your request that are empty, null, or undefined to the API.
This feature helps you:
1. Avoid potential data overwrites that could occur when blank values are sent
2. Prevent errors that might be caused by missing information
3. Keep your API requests cleaner by only sending fields that contain actual data
When enabled, Clay automatically filters out these empty values before sending your request to the API endpoint.
Hi Gabriel,
I figured it out. I was wrapping the actual value from the column I was referencing in quotes, so it wasn't being removed.
Appreciate your help though, feel free to close this