"FileSystemObjectType": 0,
"Id": 120,
"ServerRedirectedEmbedUri": null,
"ServerRedirectedEmbedUrl": "",
"ID": 120,
"ContentTypeId": "0x0100AC3014A5A9D3EE43A0099BA5C72D573D00D88437524CBAEF46B86B6AF0FAB71DEE",
"Title": "XXXXXXX",
"Modified": "2025-04-08T01:22:38Z",
"Created": "2025-03-28T02:32:13Z",
"AuthorId": 33,
"EditorId": 33,
"OData__UIVersionString": "11.0",
"Attachments": false,
"GUID": "511bf770-efb5-4163-9e96-23a127263fcf",
"ComplianceAssetId": null,
"Course": "XXXXXXX",
"CourseCode": "XP2MOBMIRA",
"StartDate": "2025-04-20T21:00:00Z",
"EndDate": "2025-04-26T04:30:00Z",
"Location": "Shanghai",
"perCSEId": 89,
"perCSEStringId": "89",
"FlightBooked": null,
"FlightLocator": null,
"ConnectedLeave": true,
"ConnectedTraining": false,
"Status": "Provisional",
"VisaRequired": false,
"DateCalc": "2025-01-20T20:00:00Z",
"FlightRequest": "XXXXXXX",
"TicketPrice": null,
"TrainingConnectedID": null,
"OData__ColorTag": null,
"AccommodationCost": null,
"Currency": "AUD",
"CalendarView": "XXXXXXX",
"LocationChoice": "Shanghai",
"departureTime": null,
"arrivalTime": null,
"Approval": null,
"DepartureDate": "2025-04-12T12:00:00Z",
"ReturnDate": "2025-04-25T12:00:00Z",
"destinationAirport": "PVG",
"depAirport": "Auckland (AKL)"
I'm after the DepartureDate and ReturnDate but also the person field which only comes through as that odd id from HTTP. But the dates don't come at all on the Get Items action.
I'm plugging the output from HTTP into the loop (@{outputs('Send_an_HTTP_request_to_SharePoint')?['body']['d']['results']})
I just need to find a way how to process that person field.
Thanks,
Christine