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 / Loading collection dat...
Power Apps
Answered

Loading collection data in power apps

(0) ShareShare
ReportReport
Posted on by 6

Hi,

 

I am creating an app where a client who inputs information of a candidate into multiple text inputs, they then can save this data into a collection to be stored. What I want to do is to be able to load that information back into the text inputs in case they don't finish writing down all the candidates information or want too edit the information.

 

So does anyone have knowledge on how to load data saved in a collection back into a text input. 

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

    Hi @Jamaal_Simpson,

    Could you please tell me that if there is any time stamp in your collection to retrieve the record?

    Do you want to display the unfinished record in the Textinput?

     

    Not sure if you are using an edit grid of gallery to input info, if so, I think you could load the data within the Gallery by created time descending, which you will always have the last created record in the first row. Just insert the text input to the Gallery and set the Items property with 

    Sort(Collection,CreatedTime,Descending)

     

    Or if you just have standalone TextInput controls, you could load the field value one by one. Set the TextInput with:

    Last(Collection).Field1

    Just retrieve the filed value by replacing the Field1 with other field name.

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard