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 :
Power Platform Community / Forums / Power Apps / Get records from neste...
Power Apps
Answered

Get records from nested tables

(0) ShareShare
ReportReport
Posted on by 53

For a gallery i am trying to combine different tables into the same gallery. These tables are nested in a single table as I am using a ForAll to retrieve the group members of certain Office365 groups. Sadly I have not yet found a way to show the nested items in the gallery.

 

Does anyone know how to access these nested items (it are multiple items in each table) or change the ForAll so that the table items are not nested?

 

Thanks for the help 🙂

 

Categories:
I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @jplug,

    Could you please show me the completed ForAll() formula?

     

    Actually, if you want to display nested table in a Gallery, you could either insert a Gallery or use Concat() to display a nested table in a format of a string.

  • jplug Profile Picture
    53 on at

    Hi Qi,

     

    Thanks for your response, see below:

     

    ForAll(
    StaticFilteredGroupId,
    Office365Groups.ListGroupMembers(ThisRecord.Title).value
    )

     

    Here StaticFilteredGroup are the group ids required in the list.

     

    Jos

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @jplug,

    Set the Items property:

     

    Ungroup(ForAll(StaticFilteredGroupId,Office365Groups.ListGroupMembers(ThisRecord.Title).value),"Value")

     

    Then set the Label text property with ThisItem.displayName

  • jplug Profile Picture
    53 on at

    Dear Qi,

     

    Thanks a lot!

    It works :).

     

Under review

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

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard