API data JSON is malformed

Hi,

I’m newbie and I am searching solution for my workflow.

I use “http request module” for get data and the json result is not Ok because output data is only one table

I am trying to resolve with “set module” but no success

The 20 first line of result:

[
  {
    "meta": {
      "next_cursor": "sample"
    },
    "data": [
      {
        "approvers": [],
        "id": "sample",
        "source": "app",
        "status": "done",
        "name": "subject",
        "created_at": "2023-08-08T08:51:43+00:00",
        "email_custom_note": "text",
        "ordered_signers": false,
        "timezone": "Europe/Paris",
        "reminder_settings": {
          "interval_in_days": 7,
          "max_occurrences": 5
        },
        "expiration_date": "2023-09-08T21:59:00+00:00",
        "delivery_mode": "email",
        "documents": [
          {
            "id": "sample",
            "nature": "signable_document"
          }
        ],
        "signers": [
          {
            "id": "id",
            "status": "signed",
            "delivery_mode": null
          }
        ],
        "external_id": null,
        "branding_id": null,
        "custom_experience_id": null,
        "sender": {
          "id": "sample",
          "email": "[email protected]"
        },
        "workspace_id": "sample",
        "audit_trail_locale": "en",
        "signers_allowed_to_decline": false
      },
      {
        "approvers": [],

Could you help me ?

  • **n8n version:1.1.1
  • **Database Postgres
  • **Running n8n via Docker
  • **Operating system: Linux

Hey @Gawin,

Welcome to the community :raised_hands:

Can you share more? It would be handy to see your workflow and the error you are getting.