BundleValidationError: Missing parameter 'name' Notion to Google Sheets

:bullseye: What is your goal?

I am trying to take information from a single database on Notion and create a google document.

:thinking: What is the problem?

When I try to run the scenario, it brings up an error:
BundleValidationError
Validation failed for 1 parameter(s).
Missing value of required parameter ‘name’.

:test_tube: What have you tried so far?

I have tried looking through other answers on this forum but cannot find anything that relates to this problem.

:link: Create public scenario page

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Integration Notion, Google Docs.blueprint.json (115 KB)

1 Like

Hey Erin,

what are you mapping inside the Google Docs module and did the Notion module return anything?

Hi @Erin_Martin ,

The BundleValidationError – Missing value of required parameter ‘name’ usually occurs when the mapped name field is empty or null during execution.

Even if the field is mapped, Make will fail the module if no value is actually being passed at runtime.

Please check the previous module’s output to ensure the name field contains data, or add a filter/fallback value to prevent empty inputs.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Thank you so much @Msquare_Automation ! My scenario works perfectly now. :grinning_face_with_smiling_eyes:

1 Like

Hi @Erin_Martin ,

Thank you for taking the time to mark the answer as a solution - it truly helps keep the community organized and makes it easier for others facing similar issues to find the right guidance quickly.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like