bookingcustomquestion
1 TopicMS Graph Create bookingCustomQuestion
Hi This is pertaining to the use of Ms Graph for Ms Bookings custom questions. The current option to add radio button (drop down) list of values is cap to 50 options. Sample query https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/email address removed for privacy reasons/customQuestions { "@odata.type": "#microsoft.graph.bookingCustomQuestion", "displayName": "Test", "answerInputType": "radioButton", "answerOptions": [ list of more than 700 entry] } { "error": { "code": "BadRequest", "message": "Cannot create drop down question with more than 50 options.", "innerError": { "date": "2025-02-07T02:37:41", "request-id": "5bf1adb2-123445-421c-a557-76abb2634043", "client-request-id": "332323246b3f-bc32323-b0dd-489f-4f9f81e263d7" } } } Is there anyway I can add more than 700 option? Also, can the dropdown be sorted ascending . (Right now its sorted by the date and time they were entered first). Greatly appreciate your kind advise. Thank you. David38Views0likes0Comments