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

IF statement for floats and Azure DevOps (ADO)

(0) ShareShare
ReportReport
Posted on by

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

Forum hierarchy changes are complete!

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

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 398 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 331 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 203 Most Valuable Professional

Last 30 days Overall leaderboard