when I drag over my “text” field from the prior schema it breaks my work flow “problem in node “http request’ json parameter needs to be valid Json: Here is the Json request:
{
“model”: “wan/2-5-text-to-video”,
“callBackUrl”: “https://your-domain.com/api/callback”,
“input”: {
“prompt”: {{$json.content.parts[0].text}}, (this is where it breaks)
“duration”: “10”,
“aspect_ratio”: “16:9”,
“resolution”: “720p”,
“enable_prompt_expansion”: true
}
}
What is the error message (if any)?
Problem in node ‘HTTP Request‘
JSON parameter needs to be valid JSON
when I expand the prompt it shows the proper data but, when I execute it doesn’t work right. I did a test with just plain text and the api is all connected right. Please help thanks Geremy.