Hi @v-bofeng-msft ,
While i'm testing connector getting the response as in below format.
{
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"audioDeviceName": "String",
"bookingType": "String",
"building": "String",
"capacity": "String",
"displayName": "String",
"displayDeviceName": "String",
"emailAddress": "String",
"floorLabel": "String",
"floorNumber": 1024,
"geoCoordinates": {"@odata.type": "microsoft.graph.outlookGeoCoordinates"},
"id": "String (identifier)",
"isWheelchairAccessible": true,
"label": "String",
"nickname": "String",
"phone": "String",
"tags": ["String"],
"videoDeviceName": "String"
}
I have tried by using button onclick, loading collection but still no luck 😇. PFA.