Help With Error Message

Getting this error message:

{
"object": "error",
"status": 400,
"code": "validation_error",
"message": "body failed validation. Fix one:\nbody.properties.
💪🏾
Exercise.multi_select[1].id should be defined, instead was `undefined`.\nbody.properties.
💪🏾
Exercise.multi_select[1].name should be populated, instead was `\"\"`."
}

Exercise is a multi-select property in Notion.
 
P

Pabblymember11

Guest
Hey @jessicadanielle

Can you capture the webhook data in advance response by toggling the "Simple Response" button? So that we can do the changes accordingly.

2022-05-12_12h59_02.png
 
P

Pabblymember11

Guest
Hey @jessicadanielle

Since you are using a multi-select field for your work, you need to create a Lookup Table in your workflow as we showed you on your another thread.

Where you need to pass the Name and Option ID in the Lookup Table action step, so whenever a user selects the option it will pass it option Id to select its corresponding option.

You can refer to the following video tutorial for the same and the thread.



You will get the Option and its option Id from the "Notion: Get Database Details" action step.

2022-07-13_11h23_07.png
 
Top