Help with a Json Scenario

I have a json scenario that I have already imported it and set it up but when I run it I’m getting errors I do not know how to fix. I need a professional to help fix this for me and/or give me directions on how to fix it . I get an error on the third module.

1 Like

Hey Keith,

Can you share some screenshots of the errors you are getting?

1 Like

Hi, can I take a look?

Hello @Keith1 , welcome to make.com community, I have worked and have experience with Make.com and l will love to collaborate with you on this you can schedule a call Here and you can checkout my upwork profile Here, for my pastworks and certifications

I have updated with screenshots

It shows you didn’t send an image to the module, what are you mapping inside?

Hi @Keith1,

Sure, I can help you with that. It seems like there’s an issue with the data flow from drive to the OpenAI module in your scenario. I am experienced with Make.com and workflow automation, with over 2 years of certified expertise in automation best practices.

Let’s connect to review your setup and fix the error.
You can also check out my Fiverr services or connect with me on LinkedIn.

This is easy, and even covered in the Make Academy. You don’t need to hire anyone.

You cannot individually run a single module if you don’t have example values of the mapped “Data”/fields, which you must input into the popup prompt when you manually run a single module.

Try running the full scenario instead by clicking the “Run Once” button:

Screenshot_2025-02-25_220239

For more information, see these duplicate questions previously asked and answered by other community members:

I’d recommend going through the Make Academy if you haven’t yet!

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Learn Make

How-Tos

Useful to Know

My Custom AppAbsolutely Free!

Save headaches and operation credits with these utility modules:

  • Chunk Text
  • Chunk Array
  • Chunk Words
  • Multiple Find & Replace
  • Collection to Array/String List
  • Execute JavaScript
  • Estimate Tokens
  • Calculate Difference Between Two Dates
  • List Upcoming Dates of Day of Week
    and more!

Hope this helps! If you are still having trouble, please start a new thread.

@samliew

Need help with web scraping, building a pattern for text parsing, AI prompt engineering, or have some other Make-related question?
—> Get Expert Help

Also, if you run a full scenario and nothing seems to work,

Polling Triggers & Empty “Check Runs”

This is because the module is a POLLING trigger, and not an INSTANT (Webhook) trigger.

If you don’t see any bundles from the trigger module and operations on the rest of the modules, it means there are no new responses (empty output bundle) when the scenario ran to check for new items. This is called a “Check run”.

There are two main types of triggers, Polling (scheduled), and Instant (webhooks). Polling triggers can only run on a schedule. Instant triggers can be run as soon as data is received by the webhook.

  • Polling means Make checks external service for changes (pull changes to Make).
  • Webhook (instant) triggers means external service calls Make when there are new changes (push changes to Make).

The module you are using does not push changes — it’s basically a API request that Make has to occasionally “call” to fetch the latest changes/items.

To find out more on the different types of Trigger modules, see refer to Types of Modules and Webhooks sections of the Make Help Centre.

If you want your scenario to only run when there is new data (and not on a schedule or timed interval), see if your app has an “Instant” or “Webhook” trigger in Make. If not, check if the third-party service has a feature that can send out a webhook when content is created/updated - and then you can point it to a “Custom Webhook” trigger in your scenario.

If you want to re-run your scenario on older data,

Polling Triggers: Epoch Panel & Selecting Older Data

Go to the Epoch Panel, by right-clicking on the trigger module (polling triggers only), and select “Choose where to start” from the list of options in the context menu.

If you select “From now on”, the next time the scenario runs it will only return new data (or nothing if there is no new data).

You can also select other old data to re-run your scenario with next using the “Choose manually” option. This will then show you a list of previous historical items you can select to process the next time the scenario is triggered.

For more information, see

Hope this helps! If you are still having trouble, please start a new thread.

@samliew

Need help with web scraping, building a pattern for text parsing, AI prompt engineering, or have some other Make-related question?
—> Get in Touch!