web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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

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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard