Hello,
I have a simple flow that grabs a Microsoft booking and then inserts it into an MS Sharepoint List.
The problem I encounter is when I try and access the 'CustomQuestion' fields.
Ref: Microsoft Bookings - Connectors | Microsoft Learn
Custom Fields
----------------------
Question 1- Do you require an agreement?
Answer- Yes
I need to get either the whole thing or just the 'Yes' or 'No' into a SharePoint list item.
When inserting 'Customer Answers' (An array - I get nothing back but no error)
When inserting 'Answer' (Answer to this custom question)
I get the below error:
Error;
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@{triggerOutputs()?['body/Customers']}@{items('Apply_to_each_2')?['Answers']}' is of type 'String'. The result must be a valid array.
So I'm doing something wrong. How can I access this data in MS Booking connector and then use it?
Having the same issue. Looking at the raw output of the "When a booking is created", I see custom answers is blank:
User | Count |
---|---|
87 | |
38 | |
23 | |
20 | |
16 |
User | Count |
---|---|
128 | |
48 | |
46 | |
27 | |
25 |