This is the flow that I want to obtain. I made a new template using Meta’s Business manager website and it has also been verified. If I am using the hello_world template then it is working fine but when I am using the template that I created then it shows this error. I am unable to understand how to fix this. I will also paste a photo of my template.
This error means that your request to meta API is incorrect.
The template you are using expects 1 parameter (name), but you are not sending it.
However, it does look like you are sending it.
One explanation would be that 1.Name(A) is empty in your spreadsheet. If that is the case, add a filter between the modules so that it only calls the api if the Name exists.


