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 / Is there an automatic ...
Power Automate
Unanswered

Is there an automatic trigger to run a flow when a specific cell in Excel reaches a certain value?

(0) ShareShare
ReportReport
Posted on by 12

Hi Power Automate Community,

I am currently working with an Excel file stored in SharePoint and I need to trigger a flow only when a specific cell in the Excel file reaches a certain value.

So far, I've been using the "When a file is modified (properties only)" trigger, but this triggers the flow every time the file is modified, which is not efficient for my use case.

Is there an automatic trigger in Power Automate that allows the flow to be triggered only when a specific cell in an Excel file reaches a particular value, without triggering every time the file is modified? If not, what would be the best approach to achieve this?

Thanks in advance for your help!

Categories:
I have the same question (0)
  • RogerCP66 Profile Picture
    105 on at

    Hi @SAIFON  I don't believe there is a specific trigger that would enable this functionality. That said does this table have to be in excel?

  • Anil_g Profile Picture
    668 Moderator on at

    @SAIFON 

     

    There is no trigger on value or cell..but you have a trigger that can be set on specific row...you can use that to trigger only for that row modification..Also with trigger condition we try to setup condition to check if the value threshold is reached or not as the return values contain the row details as well

     

    Anil_g_0-1719342711079.png

     

     

    https://learn.microsoft.com/en-US/connectors/excelonlinebusiness/#for-a-selected-row

     

    cheers

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

    Hi @SAIFON 

     

    well there is no such trigger which trigger when excel file cell value reaches a value. But as you said > using when  file is modified trigger can help to do but in different approach >

     

    see below

    Assume i want to check until the first row column value (highlighted ) should reach value 10. 

    Nived_Nambiar_1-1719342488008.png

     

     

    For that try this flow design:-

     

    1. Use trigger when the file is modified

    Nived_Nambiar_3-1719342552277.png

     

    In the trigger under trigger settings use the trigger condition to trigger the flow only when this excel file modified

    Nived_Nambiar_4-1719342628922.png

     

    Expression - @equals(triggerOutputs()?['body/{FilenameWithExtension}'],'Export Data.xlsx')

     

    replace the Export Data.xlsx with the file name of yours.

     

    Now coming back to flow - use get tables to get list of all tables present in sheet/workbook

    Nived_Nambiar_5-1719342721093.png

     

    Here for demo purposes- i will take the first table where the data for checking value resides 

    Next use list rows in table to list rows 

    Nived_Nambiar_6-1719342779396.png

     

    Expression - 

    first(outputs('Get_tables')?['body/value'])?['id']
     
    Now use the condition to check whether the first row > ABC column value equal to 10 using this expression in condition action
    Nived_Nambiar_7-1719342845704.png

     

    Expression - 

    outputs('List_rows_present_in_a_table')?['body/value']?[0]?['ABC']
    (change the condition accordingly as per your requirement )
     
    Now based on condition > you can do yes /no sections accordingly in the flow.
     
    There is another way as well to check excel value reaching threshold> by using scheduled flow which runs in specific interval of time and check the value as well.
     
     
    Hope it helps !
    Thanks & Regards,

    Nived N 🚀

    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel
    Blog: Nived Nambiar's Blogs

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


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

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 282 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 159 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 146 Super User 2026 Season 2

Last 30 days Overall leaderboard