• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    ๐Ÿš€ Exclusive Lifetime Offers ๐Ÿš€

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • ๐Ÿ”ฅ Pabbly Connect โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Subscription Billing โ€” Lifetime Access for $249 โ€” View Offer
    • ๐Ÿ”ฅ Pabbly Chatflow โ€” Lifetime Access for $249 โ€” View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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