Not able to map Google Maps fields to ChatGPT

What are you trying to achieve?

Hey folks, I am trying to map the output of Google Maps Search For Places to ChatGPT. I’ve used the latlong search so it will find 10 businesses within 100m of the address (I used Get A Location
to find the lat and long from a normal address). I am trying to add those output business names into ChatGPT so I can ask it to pick which ones to use for a custom email.

They don’t seem to be appearing on the field list though for ChatGPT.

I’ve attached the blueprint and an image with the areas.

Thanks for any help you can give.

Screenshots: scenario setup, module configuration, errors

blueprint.json (86.4 KB)

You need to use an aggregator since the results are in different bundles.

Aggregators

Every result (item/record) from iterator/list/search/match modules will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and can apply to many use-cases like building of JSON, CSV, HTML.

There are other types of aggregator modules, click the below links to find out more:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.