Hello!
I have two MS Bookings services with different custom fields. I want to get this data when the user responds when scheduling an appointment through Power Automate. When I created the flow, I checked the information and I could not see the user responses, but the documentation says that we can use the following data:

When I select for example Answer, it shows me nothing but a blank space.

If I review the data that Power Automate extracts when an appointment is created trigger I can't find the customer answers.
{
"headers": {"Connection": "Keep-Alive","Expect": "100-continue","Host": "prod-123.westus.logic.azure.com","X-BEServer": "DM6PR15MB3548","X-BEBuildNumber": "15.20.5791.27","webhook-id": "1a6416a1-a2cb-45e7-9263-e3038c2bbd25","Content-Length": "3439","Content-Type": "application/json; charset=utf-8"},"body": {"AdditionalInfo": "<html>\r\n<head>\r\n<meta name="Generator" content="Microsoft Exchange Server">\r\n<!-- converted from html -->\r\n<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>\r\n</head>\r\n<body>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><font face="Calibri,Arial,Helvetica,sans-serif" size="3" color="black"><span style="font-size:12pt;background-color:white;">Thank you for your interest and your time.</span></font><font face="Segoe UI,Segoe UI Web (West European),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif" size="2" color="#424242"><span style="font-size:14px;"><br>\r\n\r\n</span></font><font face="Calibri,Arial,Helvetica,sans-serif" size="3" color="black"><span style="font-size:12pt;background-color:white;">You can earn $100 just by filling out this form </span></font><a href="https://obform.formstack.com/forms/hemacenter_donor_intake_copy" target="_blank">https://obform.formstack.com/forms/hemacenter_donor_intake_copy</a> <font face="Calibri,Arial,Helvetica,sans-serif" size="3" color="black"><span style="font-size:12pt;background-color:white;"> and\r\ncoming in for a pre-screen appointment!</span></font><font face="Segoe UI,Segoe UI Web (West European),Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif" size="2" color="#424242"><span style="font-size:14px;"><br>\r\n\r\n</span></font></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</body>\r\n</html>\r\n","CustomerEmail": "email","CustomerId": "53c49f2c-5a5d-4b21-9784-3f4b04ed27c6","CustomerLocation": {"PhysicalAddress": {"City": "","CountryOrRegion": "","PostalCode": "","State": "","Street": ""}},"CustomerName": "test test","CustomerPhone": "12232424234","CustomerTimeZone": "","Customers": [{"Id": "53c49f2c-5a5d-4b21-9784-3f4b04ed27c6"}],"Duration": 1800,"EndTime": "11/14/2022 3:00:00 PM","FilledAttendeesCount": 1,"Id": "FmEoi0bTKyZMtdrfdvlvvvEAAAAABklGAAAAAK64pT03uI1Im1Tdps1IeswHAGEoi0bTKyZMtdrfdvlvvvEAAAAAAQ0AAGEoi0bTKyZMtdrfdvlvvvEAAAAABVIAAE4=","JoinWebURL": "","MaxAttendeesCount": 1,"SelfServiceAppointmentId": "283d696a-e656-4aff-b21d-90ca6fa260cc","ServiceId": "6ce4282e-1fbb-4ec2-8f8d-f01b455098ea","ServiceName": "Prescreening Appointment","StaffMembers": [{"DisplayName": "Prescreening Bed No. 2","EmailAddress": "******@test.com"}],"StartTime": "11/14/2022 2:30:00 PM","TrackingData": ""}}
Can I access these custom fields to create this data in a SharePoint list?
Thank you