web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Copilot Studio - Copilot Studio Skills Development
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Listing from an array to an adaptive card using ForAll

Posted on by
Hi 
 
I am trying to iterate through the following json using the ForAll function to access the highlighted properties within the availabilityItems array to display on an adaptive card
 
I was using this article for reference 
 
My Json 
 
{
  "@odata.context""https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.staffAvailabilityItem)",
  "value": [
    {
      "staffId""1234",
      "availabilityItems": [
        {
          "status""outOfOffice",
          "serviceId""",
          "startDateTime": {
            "dateTime""2024-07-27T23:00:00",
            "timeZone""(UTC) Coordinated Universal Time"
          },
          "endDateTime": {
            "dateTime""2024-07-28T23:00:00",
            "timeZone""(UTC) Coordinated Universal Time"
          }
        }
      ]
    }
  ]
}
 
Any help would be great

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Copilot Studio

#1
Mohsin Ali Profile Picture

Mohsin Ali 372

#2
Valantis Profile Picture

Valantis 258 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 205 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics