Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Condition always false

(0) ShareShare
ReportReport
Posted on by 302

I have a condition if Department ID (TEXT column) = 100
but it is always resulting false.

 

 

honganhuynh1_0-1699026425035.png

 

  • Verified answer
    wskinnermctc Profile Picture
    6,517 Super User 2025 Season 1 on at
    Re: Condition always false

    You are trying to compare a text/string to a integer/number.

     

    You need to either use the int() integer function on the value. Or put the 100 in a string() function so that it is converted to text.

     

    See Reference Guide for Expression Functions for more details on the int() and string() functions.

     

    int({TextDynamicContent}) is equal to 100

    or

    {TextDynamicContent} is equal to string(100)

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >