Unable to configure Contentful node to get entry by entryID

Describe the problem/error/question

The issue is that I am attempting to configure the Contentful node to get an entry by the entryID that I am passing dynamically. I keep getting an error about additionalFields that are expected by n8n but the UI gives me no way to configure these fields when fetching a single entry.

What is the error message (if any)?

Error: Could not get parameter { “parameterName”: “additionalFields” }

Please share your workflow

Share the output returned by the last node

[
{
“entryId”: “75O9DP00cTVR1ndaTwc3uv”,
“contentfulTopic”: “ContentManagement.Entry.create”
}
]

Information on your n8n setup

-version: 1.56.2
-operating system: MacOS - 14.6.1 (23G93)

-I am currently within the trial period. I am using n8n cloud.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

-version: 1.56.2
-database: default
-operating system: MacOS - 14.6.1 (23G93)
-Running: n8n clould
-n8n EXECUTIONS_PROCESS: default

Hey @darknight1983,

Welcome to the community :cake:

That looks like you have found a bug, I have put in a fix below which once reviewed will be merged and available in a future release.

If you want to trial n8n again once the fix is released let me know and we can reset your trial.

1 Like

New version [email protected] got released which includes the GitHub PR 10830.

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