I am trying to have my AI Agent insert a list of queried movies into a mongodb collection. It does ad stuff but in the wrong way see the image
this is the Field setup we use now:
{
name : {{$fromAI(“name”, “this is the name from the list that the user gave as answer answer give it a string property in mongodb”, “string”, “test”)}},
items: {{$fromAI(“MongoDB”, “this is the list of _id’s that the ‘MongoDB’ tool generated”, “json”)}}
}
Please help me what I am doing wrong here, thanks