How to solve this BundleValidationError

Need Help Fixing BundleValidationError in Make

Hey everyone, I’m having a hard time fixing this error in Make. I’m trying to pass a JSON string, but I keep getting the following error:

BundleValidationError
Validation failed for 1 parameter(s).

Collection can’t be converted to text for parameter ‘json’.

This is how my data structure looks:

{
  "local_results": [
    {
      "title": "Sample Business Name",
      "phone": "(123) 456-7890",
      "website": "https://samplebusinesswebsite.com/",
      "rating": 4.5
    }
  ]
}

The JSON string is connected to 1. data, and I’m not sure what’s causing the issue. Any help would be greatly appreciated! Thanks in advance.

Welcome to the Make community!

To allow others to assist you with your scenario, please provide the following:

1. Relevant Screenshots

Could you please share screenshots of your scenario? Also include screenshots of any error messages, module configuration fields, and any filter settings. We need to see what you’re working with to give you the best advice.

You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint

Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!

To export your scenario blueprint, click the three dots at the bottom of the editor then choose ‘Export Blueprint’.

You can upload the file here by clicking on this button:

Sharing these details will make it easier for others to assist you.