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

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 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard