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 do I get to displa...
Power Apps
Answered

How do I get to display data that is saved in a SharePoint list to be displayed on my form?

(0) ShareShare
ReportReport
Posted on by 330
I have a Datacard on my form which is a SharePoint currency data column. On the Default property of my Datacard I have 
TEXT(ThisItem.'MyColumnName', "[$-en-US]$#,##0.00")
and on the Update property, 
Value(myColumn.Value)
And for the text control in this DataCard, the OnChange property is
Set(varMyAmount, Text(Value(Self.Value), "$#,##0.00));
Reset(Self);
and for the Value property of this control, I have
varMyAmount
 
I have the formatting so that the users can see things being formatted as they type and move from field to field on the form. All of that seems to be working just fine. The issue I am having is, once the data is entered and it is saved in the SharePoint list, when a user goes back to view the item my opening the form, the data that is saved in SharePoint is not displayed on the form. I can see the data in the SharePoint list, but not on the form when viewing the item. How do I get the data to show on the form when a user views the item?
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,840 Most Valuable Professional on at
    I have a blog on what appears to be the process you are using. The two issues are the Default, which needs to be
    Coalesce(
       varMyAmount,
       Text(
          ThisItem.'MyColumnName',
          "$#,###.00"
       )
    )
    and the Update of the Data Card
    Value(
       Substitute(
          YourTextInput.Value,
          "$",
          ""
       )
    )
    You also need to reset your Variable when completed (see the blog)
     
    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  

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 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard