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 / initialization of a va...
Power Automate
Answered

initialization of a variable float

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Does anyone find the mistake in my express?

 

sub(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0'],div(mul(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0'],triggerBody()?['Rabatt']),100))
 
 
 
Categories:
I have the same question (0)
  • Verified answer
    v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    When working with math function, you need to make sure the parameter are all numbers, consider use the Int() or Float() function to convert the values, change the formula as below:

    sub(
     float(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0']),
     div(mul(
     float(triggerBody()?['Tarif_x003a_Preis_x0028_netto_x0']),
     float( triggerBody()?['Rabatt'])
     ),
     100)
    )

    Function reference.

    Regards,

    Michael

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 77 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 68

#3
Expiscornovus Profile Picture

Expiscornovus 56 Most Valuable Professional

Last 30 days Overall leaderboard