Error with Pinned Data (But the node is not pinned)

Hello,

So I have a workflow that is giving me the following error not consistently but sometimes like once in each 100 executions:

"Using the item method doesn’t work with pinned data in this scenario. Please unpin ‘Lead / Campanha’ and try again.

An expression here won’t work because it uses .item and n8n can’t figure out the matching item. The node ‘Lead / Campanha’ didn’t return enough information. "

However the Lead / Campanha node is not really pinned, I did pin it before for editing, but currently it is not pinned

Information on your n8n setup

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

Please share your workflow in a code block so we can see what the properties are

I figured it out… I was trying to use the error output to retry the node in case of error, but since it was using directly the json from last node in the second run it would not find the value because the last node would be the wait node now.

1 Like

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