Webhook response not displaying on website after Airtable search

:sweat_smile: I’ve used GPT to help me as I don’t quite uderstand much of Make at the moment, hopefully this is due to change. However, I’ve set up a webhook which triggers when something is submitted through the search bar on my website. This then creates a record and then searches records in my airtable. Lastly, this causes a webhook response which I believe, should return a response under the search bar on my website? However, it doesn’t, it stores the data instead and I’ve been struggling for around 5hrs now on how to figure this out.

Any advise on this would be very helpful - I think I’ve got lost with information overload.

Welcome to the Make community!

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

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

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


a

It says the scenario was complete and I can’t see any alerts or issues. The final webhook response has the number 10 above it though so it’s not taking the information to my site as I expected. I’ve also attached the error appearing under my sites search bar.

Hope that might be helpful, also blueprint below?

blueprint.json (40.4 KB)

You probably have to aggregate the results from the search module first so you can return all of them at the same time.

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:

If you need further assistance, please provide the following:

3. Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

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.