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 Platform Community / Forums / Power Automate / Trigger Condition Version
Power Automate
Answered

Trigger Condition Version

(0) ShareShare
ReportReport
Posted on by 28

Hi,

 

I want to add a trigger condition to my flow. It is the SharePoint trigger "When an item or file is changed". The condition should be that the element version (SharePointLists) is 1 greater than the numerical value in the "Change" column and the value of a Yes/No column is set to "False".

 

thanks!

Categories:
I have the same question (0)
  • Verified answer
    Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @luanoprz2 

     

    Try this trigger condition 

     

     @and(equals(add(1,triggerOutputs()?['body/Change']),triggerOutputs()?['body/{VersionNumber}']),equals(triggerOutputs()?['body/Column1'],false))

     

    Kindly Note that i don't know the name of Yes/No Column, so instead i have put the name as Column1 instead, you can change the Column1 with correct column name , for getting the column, hover to it dynamic content variable and you can see the name correctly like below

    Nived_Nambiar_0-1690646277561.png

     

     

    Hope this helps !

     

    Mark it as solution if it resolves your query !

     

  • creativeopinion Profile Picture
    10,508 Moderator on at

    To calculate the value of the Change column, you need an expression. Replace the square brackets and text below with the dynamic content of your Change column. 

     

    add([insert change column dynamic content here],1)

     

     

    creativeopinion_0-1690646554784.png

    If I helped you solve your problem—please mark my post as a solution ✅.
    Consider giving me a 👍 if you liked my response!

    👉 Watch my tutorials on YouTube
    👉 Tips and Tricks on TikTok

     

  • luanoprz2 Profile Picture
    28 on at

    Unfortunately, this does not work yet. How about if the flow is to be triggered if: Number column "Change" < VersionNumber and the value of the column "ChangeYN" is set to False.

  • creativeopinion Profile Picture
    10,508 Moderator on at

    The flow cannot be triggered if it meets your criteria. You must trigger the flow when an item/file is changed first, then check whether or not the changes meet your criteria. 

  • luanoprz2 Profile Picture
    28 on at

    The trigger "When an item or file is changed" is also first. The flow should only proceed if the criteria be valid.

  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @luanoprz2 

     

    Did you tried the trigger condition which i have shared ?

     

  • creativeopinion Profile Picture
    10,508 Moderator on at

    Yes. The Condition action checks to see if the criteria is valid. You can also use the Get changes for an item or a file (properties only) action. However, you will still need a Condition action to check if the changes meet your criteria. 

     

    If the condition is true, proceed with your flow. If it's false, terminate the flow. 

  • luanoprz2 Profile Picture
    28 on at

    Yes the flow does not trigger then

  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at

    Hi @luanoprz2 

     

    Try this then 

     

     @and(lessthan(triggerOutputs()?['body/Change'],triggerOutputs()?['body/{VersionNumber}']),equals(triggerOutputs()?['body/ChangeYN'],false))

     

    Thanks & Regards,

    Nived N 🚀

    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel

    🔍 Found my answer helpful? Please consider marking it as the solution!
    Your appreciation keeps me motivated. Thank you! 🙌

     

  • luanoprz2 Profile Picture
    28 on at

    That doesn't work 😞

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 470

#2
Haque Profile Picture

Haque 416

#3
David_MA Profile Picture

David_MA 344 Super User 2026 Season 1

Last 30 days Overall leaderboard