HTTP errors are commonly caused by JSON formatting issues in the Body section. Common mistakes include:
Missing quotation marks around text values
Extra commas at the end of lines
Incorrect syntax with dynamic column references
Quick fixes:
1.
Ensure all keys use double quotes: "name": "value"
2.
Dynamic string columns need quotes: "field": "/column"
3.
Remove trailing commas
4.
Check for hidden characters by pasting into a text editor [1]
Could you copy and paste your JSON body from the HTTP API enrichment into the chat? This will help me identify the specific formatting issue causing the errors. [2]
If you still need help resolving the HTTP error with your rows, I’m here to assist. Would you like to provide the JSON body you’re using so I can help troubleshoot further?