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.
n8n
September 5, 2024, 7:45pm
2
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
Jon
September 16, 2024, 11:27am
5
Hey @darknight1983 ,
Welcome to the community
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.
n8n-io:master
← n8n-io:node-1728-contentful-additional-fields-missing
opened 11:21AM - 16 Sep 24 UTC
## Summary
Entry > Get was missing additional Fields which was stopping the res… ource operation / action from working. Not added test as it is a missing UI option.
## Related Linear tickets, Github issues, and Community forum posts
https://community.n8n.io/t/unable-to-configure-contentful-node-to-get-entry-by-entryid/53442
https://linear.app/n8n/issue/NODE-1728/contentful-additional-fields-missing
If you want to trial n8n again once the fix is released let me know and we can reset your trial.
1 Like
jan
September 18, 2024, 1:05pm
6
New version [email protected]
got released which includes the GitHub PR 10830 .
system
Closed
December 17, 2024, 1:05pm
7
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.