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 Automate / trouble with currency ...
Power Automate
Answered

trouble with currency format excel

(0) ShareShare
ReportReport
Posted on by 402

hello,

 

i have a powerautomate that add lines in an excel table.

so far so good.

 

the trouble is that i have a currency value that is not "recognized", i need to enter the cell in excel to force the value.

in the screen shot, on the second line, the value is on the left, as if it was a raw value

GeekAlf_Pro_0-1661342148899.png

 

i tried the following formula's in power automate, without success

 

concat(triggerBody()['Ajouteruneligneàuntableau_MontantCommande'],' €')

and 

formatNumber(float(triggerBody()['Ajouteruneligneàuntableau_MontantCommande']),'C3','fr-FR')

 

thanks !

Categories:
I have the same question (0)
  • srduval Profile Picture
    1,760 Moderator on at

    Can you specify the format in the excel file itself so that power automate is only passing the raw value? Then Excel is the program that will display the proper currency format?

  • GeekAlf_Pro Profile Picture
    402 on at

    Hello @srduval 

     

    i also tried to set the currency format in the column in Excel if it is your question, but without success

    it's in Excel that i need to display the value

  • Verified answer
    srduval Profile Picture
    1,760 Moderator on at

    I'll try to play with it later and see if I can get something to work, four more things to try:

    One

    1. Format the column in excel as the proper currency type

    2. Run the concat version again, but without the space between the number value and symbol

    concat(triggerBody()['Ajouteruneligneàuntableau_MontantCommande'],'€')

     

    Two

    1. Again format the column in excel as the proper currency type

    2. do the format number method again

     

    Three

    1. Again format the column in excel as the proper currency type

    2. Try doing the concat but converting the trigger body to float first like you do in the format number then try concating the currency symbol with and without a space and see what happens

     

    four:

    1. Again format the column in excel as the proper currency type

    2. convert the trigger body to float and send that value no format, no concat, just float([value[)

    float(triggerBody()['Ajouteruneligneàuntableau_MontantCommande'])

     

    the result you posted with the values left aligned suggests excel was reading it as a text value, not numeric, which might happen anytime you try and pass a currency symbol with the numeric value, so my gut says you have to do something in excel to make it treat numbers and to make sure the value being sent from automate to excel is numeric.

  • GeekAlf_Pro Profile Picture
    402 on at

    hi,

     

    i tried your 4 proposals, the last one works.

    i had a french environment, and i had another problem with the "." and the "," but it's solved now.

     

    thanks

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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard