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 / How to bring the recor...
Power Apps
Answered

How to bring the records from column in a table view

(0) ShareShare
ReportReport
Posted on by 2

I am working on PowerApp for teams, has build table within the teams, 

My requirement is as below which I have tried to explain 

Kindly advise a method to solve this requirement : 

 

MIA27_0-1708667264083.png

 

Categories:
  • Verified answer
    cdwhite Profile Picture
    1,069 Most Valuable Professional on at

    Hi @MIA27 ,

    You could create a separate collection when you click on a gallery item. The collection can store the x3 service dates in order to then be displayed. You can achieve this by adding the following Power Fx to the OnSelect property of the gallery showing the Serial No & Model:

    ClearCollect(
     colServiceDates,
     {ServiceDate: ThisItem.FirstSvcDate},
     {ServiceDate: ThisItem.SecondSvcDate},
     {ServiceDate: ThisItem.ThirdSvcDate}
    );
    

    You can then display the results of the additional collection as another gallery, like so:

    cdwhite_0-1708677962929.png

    ------------------------------------------------------------------------------------------------------------------------------
    If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.

    If my response was a good one, please give it a Thumbs Up!

    Visit my blog: https://platformsofpower.net

  • MIA27 Profile Picture
    2 on at

    Dear,

    Thank you for your details advise, which I applied with one addition field and it worked, tested it.

    ClearCollect(
     colServiceDates,
    {ServiceDate: ThisItem.ExtraSvc1Field1, ServiceSMR: ThisItem.ExtraSvc1Field2},
    {ServiceDate: ThisItem.ExtraSvc2Field1, ServiceSMR: ThisItem.ExtraSvc2Field2},
    {ServiceDate: ThisItem.ExtraSvc3Field1, ServiceSMR: ThisItem.ExtraSvc3Field2})

     

    But the user need more details of the service carried out, expectation is as below shown image - Its an example from another software :

    MIA27_0-1708708860011.png

     

    As the space of the canvas has no much of space, so want to put one of the field under the other 3 field of the record. Please note in the above image that it is showing 4 records (it is screen shot taken from MS Access continuous Form)

     

    Cannot understand how to approach:

    Gallery : it allow only 3 field, not added more fields

    EditForm Or Display Form : cannot be designed as it auto creates and dont allow edit in the design inside.

    Table View : cannot allow design the field arrangement.

     

    Can you please given me an idea, how to acheive this requirement, by your help I have reached till the level to collect data and implement in the table but cannot proceed further

     

     

     

     

     

     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard