Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Query
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
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 
https://learn.microsoft.com/en-us/microsoft-copilot-studio/guidance/adaptive-cards-display-data-from-arrays
 
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"
          }
        }
      ]
    }
  ]
}
 
Categories:

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics