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 / IF statement for float...
Power Automate
Answered

IF statement for floats and Azure DevOps (ADO)

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

I am trying to use Flow to add multiple numbers (floats) together and I need to use an IF statement on every field I want to add together because not all the values are required in Azure DevOps.

 

Here's an example IF statement:

if(empty(body('Get_work_item_details')?['fields']?['Custom_SpInFormsIncorrect']), 0, body('Get_work_item_details')?['fields']?['Custom_SpInFormsIncorrect'])

Unfortunately, the IF statement/empty() function in Flow will only work with integers, strings, and arrays.

Flow floats.PNG

 

Any ideas on how to mitigate?

 

Thanks!

Categories:
I have the same question (0)
  • v-litu-msft Profile Picture
    Microsoft Employee on at

    Hi @iivanov,

     

    Since the variable only support integer, you can convert it into a string by using the String() function.Annotation 2019-10-22 154746.png

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @iivanov 

     

    You can use the string function to convert the body (the float value to a string and compare and then update the variable accordingly)

     

    Expression:

    if(empty(string(variables('e'))),0,variables('e'))

    f11.PNG

     

    f111.PNG

     

    Hope this Helps!

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

     

     

  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @iivanov 

     

    Were you able to resolve? If this issue is resolved, please mark the response that helped you as 'Accept as Solution'. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. 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
Haque Profile Picture

Haque 304

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 243 Most Valuable Professional

Last 30 days Overall leaderboard