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 / Display data from Shar...
Power Apps
Unanswered

Display data from Sharepoint List in Text box in Canvas

(0) ShareShare
ReportReport
Posted on by 21

I have a Sharepoint list which has a lot of data (user, date, check in, check out). 

 

I would like my canvas to search the data and display the active users check out date as a line of text.

 

I.e. Bob Smith has the app open and is the active user. The text displays Bob Smith's check out date from the Sharepoint list.

 

Trying to determine the correct syntax to pull the data from the Sharepoint list.

Categories:
I have the same question (0)
  • v-yueyun-msft Profile Picture
    Microsoft Employee on at

    Hi , @pw212 

    You can try to use this code in your Label- Text:

    UserColumn is a person column in sharepoint list.
    LookUp(TableName, UserColumn.Email = User().Email ).checkOutColumnName

     

     

    If I misunderstand what you mean, you can describe your needs and your expected outcomes in detail so that we can better help you. If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance! 

     

    Best Regards,

    Yueyun Zhang

     

     

     

     

  • SP-20081452-0 Profile Picture
    21 on at

    Thanks, this works! The only issue is the date that comes back is YYYY-MM-DDTHH:MM:SSZ which I understand to be ISO 8601 UTC time zone format. Anyway to easily display the date/time as local date/time instead (i.e. MM-DD-YYYY HH:MM)? Thankyou!

  • v-yueyun-msft Profile Picture
    Microsoft Employee on at

    Hi , @pw212 

    You can try to use this code to format your DateTime:

    Text(LookUp(TableName, UserColumn.Email = User().Email ).checkOutColumnName ,  "mm-dd-yyyy hh:mm")
     
     

    If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance! 

     

    Best Regards,

    Yueyun Zhang

     

     

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard