Chatgpt module runs 7 operations, giving me 7 times the results

I am running a prompt to take content that is mapped and write a summary. However, when I run the scenario, chatgbt runs seven operations, and I only need one. How do I get it to only run a single operation and output?

image

To get helpful responses

  • explain your goal with as much context as possible
  • mention any steps you’ve tried so far

Include screenshots of

  • your scenario setup (functions, mappings, variables, etc.)
  • module configurations and outputs
  • any error messages you are getting
    blueprint.json (41.2 KB)

Welcome to the Make community!

1. Screenshots of Scenario and modules

Please share screenshots of your last scenario run? You can find it in your History tab. Click on the purple “Details” button. 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:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

2 Likes

I have now attached the json file + screenshots

Hi @netx9nine

This is a common issue. If your previous module is generating 7 bundles in output then your next module will run 7 times for same thing. To avoid this, you will have to aggregate your data before GPT module.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes

Thanks! I had Global Match checked, and it was pulling seven entries in.

3 Likes

Hi @netx9nine

Glad to know you found the issue and resolved. :grinning:

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

2 Likes