Clay Icon

Troubleshooting: JSON Breaks in First Record of a Table on Clay.com

ยท
ยท

Hello! Any ideia why the json is breaking in the first record of this table?

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    Hey Pedro, thanks for reporting. Could you share the link to your table? happy to check it out and see what the issue is

  • Avatar of Pedro A.
    Pedro A.
    ยท
    ยท

    it's there in the thread ๐Ÿ™‚

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    ahh, okay. I missed the hyperlink, thanks

  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    Pedro A., it looks like the slash was causing issues with the parsing. I changed the one you have mapped in your HTTP with a dash - and it worked.

    bc87a40c-c403-4739-aee6-ccaab74fc18b.png(6 kB)
  • Avatar of Clay Team
    Clay Team
    APP
    ยท
    ยท

    This version of HTTP API is an older version now that could run into these issues. To address this, the team pushed out a new version that is easier to map and you don't even need to add quotes around the column tokens.However, old columns don't update so you'll need to add a new HTTP API column to get that new version working.

  • Avatar of Pedro A.
    Pedro A.
    ยท
    ยท

    many thanks arturo!