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 / Updating Number format...
Power Apps
Answered

Updating Number formatted field

(0) ShareShare
ReportReport
Posted on by 1,257 Super User 2024 Season 1

I have a text field on form that is formatted for currency using the variable method.   i.e on change function for the field is 

Set(VarNumberFormat,Text(Value(DCVAmountRequired.Text),"€#,##0.00"))

and the default value for the field is  VarNumberFormat  so that all works well and I have a lovely currency field !

Howvever..

When I submit the form it's not updating the sharepoint list.

 

I've tried the update function for the data card to be the following

Value(DCVamountRequired.Text)
VarNumberFormat

 

and various versions of the above !  I've also tried adding in label to pick up the value and using that for the update but nothing I do gets the field to update on the shareoint list..  

 

any suggestions?  

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @vffdd 

    It is the euro symbol in your text that is causing the issue.

    You need to apply a language tag to you Value function to convert properly.

    ex:  Value(DCVamountRequired.Text, "nl-NL")

    Not sure of your region, but just replace with the appropriate language code.

     

    I hope this is helpful for you.

  • Verified answer
    timl Profile Picture
    36,780 Super User 2026 Season 1 on at

    Hi @vffdd 

    You could also try stripping the Euro symbol in your call to Update

    Value(
     Substitute(DCVamountRequired.Text,"€","")
    )

     

     

  • vffdd Profile Picture
    1,257 Super User 2024 Season 1 on at

    Thanks @timl  that did the trick 🙂

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 600

#2
WarrenBelz Profile Picture

WarrenBelz 478 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard