Monday.com: My Scenario Fails due to missing parameter

Hi there, I am trying to complete what (feels to be) a simple automation. I manage creative for a multi-unit restaurant business and am trying to set up a creative brief workflow using Monday.com. Basically, when somebody fills out a brief the user can choose from a multi-choice dropdown the assets they need us to make.

I’m creating a scenario where when a form is submitted, a new board is created from a template and I need that new board to be populated with new items based on what the user indicated in the asset request above. To complete this, I set up my scenario as follows:

I created a webhook for triggering the watch event for when the form is submitted, and added the Get an Item module and Create an Item module but when I try and run my scenario I get an error that there is a missing value for a parameter

But my parameter field indicates the dropdown for the assets I need and the board where I those items need to be created (I tried running this just for the print assets dropdown as a test)

Can anyone help me figure out how to solve the error?

Hey Samantha,

from you screenshots it looks like Campaign Print is an array of items, not a text string (which is what the module is expecting). Can you show the output bundle of the Get module to check this?

Thank you for the insight! I’m a beginner here. Here is what the get module looks like.

Can you show the output of the module?

I think this is what you’re looking for?

No this one doesn’t have any output. Is it from the second module?

This is from the second module.

Hi @Samantha_Miller

Why is the ID hardcoded? You would probably want to map it from the item(s) found in the 1st module.

The way it’s set up, it looks like your Get an Item module doesn’t return anything.

@damato