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

Null vs Empty

(1) ShareShare
ReportReport
Posted on by 21

Hi,

 

I have a string variable that gets set to null by an action. According to the outputs the value shows as null.

 

Flow error 1.png

 

Flow error 2.png

When I put the following condition it always evaluates to true even though it should be false

 

Flow error 3.png

 

However, it I change the condition to:

 

empty(variables('email')) equals to false

 

Flow error 4.png

This evaluates correctly.

 

My question is why is this so and why can't we use the condition to check the string variable for null as it clearly is null.

When should we use null check and when should we use 'empty' check? 

I know for arrays is a difference between an empty array and null array.

But, clearly this string is a null value.

Categories:
I have the same question (0)
  • Gopala_Krishna Profile Picture
    1,495 on at

    @Stanza 

     

    When ever you set the string variable to a null value Power Automate tries to convert it to a empty string.

    That's why your condition doesn't produce the expected output when you try to compare it with null value.

     

    Though you see null in the output it is actually an empty string and in the backend it is stored as "".

    When you use empty() it produces the expected result as the string is clearly empty.

     

    Please refer to the documentation for more insights regarding the same

    Reference guide for functions in expressions - Azure Logic Apps | Microsoft Docs

     

    If the information shared helps, please consider giving a thumbs up 👍 and mark solution as resolved

  • Stanza Profile Picture
    21 on at

    Never knew there was behind the scenes conversion for a string variable. In the world of C# programming a string that is assigned a null value is always null and not empty.

    This is confusing to say the least especially when the output says null but the backend is actually ''. 

     

    So am I right to suggest that we should use the null compare for field values and empty comparison for string variable values ?

  • Gopala_Krishna Profile Picture
    1,495 on at

    @Stanza 

     

    That's true.

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard