Hey all! I’m not sure where to raise this, so I’m adding it here. I updated my n8n instance to version 2.7.4, and when I try to use the Information Extractor node, after selecting “From Attributes Description” it shows me the title “Attributes” but it doesn’t give me the option to add one. I’m guessing this is a bug after the update, right?
Hi @ailinwerner I guess currently there is not much information about that beta version i recommend rolling back to 2.6.3 (stable). Until v2.7.4 becomes stable.
Thanks @Anshul_Namdev! It appeared as “Latest stable”… but I’m unsure on how to go back to the previous version… this version seems to have a few bugs ![]()
For npm its very straight:
npm install -g [email protected]
But on docker you have to edit the compose.yml file’s image section:
image: docker.n8n.io/n8nio/n8n:2.6.3
and once edited just recreate the container:
docker compose pull
docker compose down
docker compose up -d
Hope this helps! And for cloud it is just seamless!
Hey @Anshul_Namdev, thanks for the quick response. I’m actually on cloud… So I have the dropdown, but it has only 2 options (Latest stable, which is the one I have currently and the beta one). So I’m unsure of how to go to a previous version ![]()
@ailinwerner As i said it is just seamless on cloud you cannot do much there, i guess it will get it’s small issues fixed soon , so there is nothing to worry about.
I just tried this and everything works fine for me:
Try creating a new, clean workflow and clearing your browser cache..etc
I’m curious about what you’re seeing, could you share a screenshot?!
Thank you both @mohamed3nan and @Anshul_Namdev! I went in to take a screenshot to show you, and the issue wasn’t there anymore. It was really strange! Glad it’s fixed though
Thank you both anyways for helping out! ![]()
