ActiveCampaign Returns too many items

ActiveCampaign node getAll:tag returns 5700 items when there are only 147 tags in the account. Extra items are the existing tags repeated

What is the error message (if any)? No error message

Please share the workflow

Share the output returned by the last node

Here’s one, you dont want 5700 XD

{
    "tagType": "contact",
    "tag": "Customer",
    "description": "",
    "subscriber_count": 44,
    "cdate": "2021-05-03T06:09:30-05:00",
    "created_timestamp": "2021-05-03 06:09:30",
    "updated_timestamp": "2021-05-03 06:21:08",
    "created_by": "",
    "updated_by": "",
    "links": {
        "contactGoalTags": "https://forestretreats.api-us1.com/api/3/tags/1/contactGoalTags",
        "templateTags": "https://forestretreats.api-us1.com/api/3/tags/1/templateTags"
    },
    "id": 1
}

Information on your n8n setup

  • n8n version: 0.198.2
  • Database you’re using (default: SQLite): default
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: windows desktop app

Hi @mackarias

Welcome to the community.

You are probably inserting some items into this node which makes it loop and get that data multiple times. You can set it to run only once at the settings menu within the node parameters. (the cog icon)

1 Like

Thank you! That worked perfectly

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.