Hey everyone. I have this workflow, and in the ‘Answer questions with a vector store’ node, when I put {{$json.chatInput}} as the Description Of Data, my workflow succeeds perfectly.
However, when I instead put {{$FromAI(‘prompt’, ‘prompt to look for in Qdrant’)}}, I get the error: No execution data available. Why is this happening? I specifically tell the ai agent to fill the ‘prompt’ parameter in the Answer questions with a vector store node..
Earlier today I was on N8N version 1.98.1, I thought maybe updating it would fix the issue, but I am now on N8N version 1.102.0, still with the same problem.