Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Month value should be less than or equal to 12 and greater than or equal to 1

(0) ShareShare
ReportReport
Posted on by 5

Hi,

  I have written a if condition where I am checking the output of compose to be less than or equal to 12 and greater than or equal to 1. I am writing this to validate the month field, However if I am giving the output value(input month) as -100 it is not giving warning message and validating successfully.  Can someone please help with this.

 

ShivaniR251_0-1697266735215.png

 

  • ShivaniR251 Profile Picture
    5 on at
    Re: Month value should be less than or equal to 12 and greater than or equal to 1

    Thanks @ManishSolanki , It worked.

  • ManishSolanki Profile Picture
    15,085 Super User 2025 Season 1 on at
    Re: Month value should be less than or equal to 12 and greater than or equal to 1

    Hi @ShivaniR251 

     

    I would suggest converting data type of both the operands to be same. The condition will be executed correctly if both operands are compatible. So, convert both operands to integer using an expression as shown below:

    ManishSolanki_0-1697269895154.png

    Expression needs to be entered in the expression window as highlighted in the above screenshot.

    Expression for left side operand:

    int(outputs('Compose'))

    Expression for right side operand:

    int('1')

     

    Similarly, for second clause use expressions to compare:

    Expression for left side operand for second clause:

    int(outputs('Compose'))

    Expression for left side operand for second clause:

    int('12')

     

    If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.

     

    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow