Hey Team! I have an issue with formatting the output in JSON. Unfortuantly it doesn't give good result consistently. https://www.loom.com/share/3753eb6f362a44c1b7717b0ff60f614b ;
Here's how to fix JSON formatting issues in your output:1. Always use double quotes around text strings and keys: ā¢ Correct: "name": "John" ā¢ Incorrect: name: John 2. Follow these JSON formatting rules: ā¢ Use quotes for string values ā¢ Leave numbers and booleans without quotes ā¢ For dynamic variables with trailing zeros (like "0004"), use quotes ā¢ Separate key-value pairs with commas 3. Troubleshooting tips: ā¢ Check for extra spaces, colons, and brackets ā¢ Remove any hidden characters by pasting into a text editor ā¢ Ensure all keys are properly separated by commas ā¢ If combining plain text with dynamic column tags, create a Formula column firstFor validation, you can use JSONLint (jsonlint.com) to check your formatting before implementation. Sources: HTTP API with JWT Authentication - Clay University HTTP API - Clay University FAQ: Why am I seeing the "failed to parse body" error when using the HTTP API enrichment?