Forum Discussion
CBSanders2035
Feb 17, 2023Copper Contributor
Extracting Custom Question Answers with Power Automate
I am working on developing an N:1 bookings page where several people are able to register for the same time slot. We ask several custom questions and the end goal is to use the Power Automate connect...
Vignesh_Kailas
Microsoft
Feb 20, 2023Since this is a group booking service, the answer for custom question is found in the customers->answers field. You will be seeing these fields in customers array->answers array and not in the customQuestionAnswers fields (as you are trying to use that based on your comment in the blog) as the latter is for 1:1 only and the former is for group booking as each of the attendee will have a different set of answers.
We have two different fields to be inline with the Graph API format.
RhysW
Feb 10, 2025Copper Contributor
As asked below, how would this look? Do you need to identify the Customer by filtering the Customers array or can the answers be filtered directly? The latter seems to just return the answer provided by the primary booking.