Bundle validation error › Missing value of required parameter 'title'

Hello everyone,
I’m new to Make and I’ve made a very simple scenario but I’m having the following problem:

I’ve created a scenario in which I want to automate the creation of 25 keywords generated by GPT chat into Notion.
Everything works until the 19th line when I get an error. Here are some screenshots.
I’ve exported the scenario plan file so that you can reproduce the problem.
BundleValidationError
Validation failed for 1 parameter (s).
› Missing value of required parameter ‘title’.
• Origin Make Automatic error handler

odd thing: the scenario works for 10 items and 15 items but not for 25 items

Thank you for your help.





blueprint.json (57.3 KB)

Welcome to the Make community!

You’re not mapping an array here, did you mean to do something like this instead?

Screenshot_2024-07-31_170727

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

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Thank for your reply. The mapping option has no effect on the error generated. I’ve unchecked it and it doesn’t change anything.
For me this ‘map’ box just changes the presentation but didn’t affect the automation settings. but maybe I’m wrong?

If I looked a little harder, my problem might simply be the Max tokens value that I’ve increased.
Does this make sense to you?

When the scenario fails (when there are 19 or more items), may I know what the output of the OpenAI module [1] looks like?

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 input/output bundles”.

A.

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

Uploading them here will look like this:

module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

Here are two ways to format text so that it won’t be changed by the forum:

A. Type code block manually
Add three backticks ``` before and after the content/bundle, like this:

```
content goes here
```

B. 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.

This will allow others to better assist you. Thanks!

Join the Make Fans Discord server to chat with other makers!