JSON Parser error Collection can't be converted to text

Parse JSON expects a text string containing properly formatted JSON and then creates the necessary bundles composted of arrays and collections inside the original text string.

You have what appears to be a Vapi trigger which will generate already parsed output bundles ready to be used by other modules so you won’t have any JSON coming out of Vapi (unless of course one of the elements is a JSON string). From your screen shot that does not appear to be the case that Vapi is sending out any JSON strings so you don’t really need to Parse JSON there.

If you show us the output bundle from the Vapi trigger we can help you identify what to map into your MySQL module for searching. Most likely you can map the value directly into the MySQL module but it all depends what you need to get from the Vapi trigger.


Alex Sirota
Director of NewPath Consulting - we are :superhero: Make Heroes! :woman_superhero:t4:

:heart_on_fire: Check out my series of videos and scenario walkthroughs for Make Newbies :heart_on_fire:

My Solutions on Make Community

1 Like