cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
dsmith
Advocate I
Advocate I

Trigger a flow when a SharePoint list item field is updated.

Good Day,

 

Is there currently a way to trigger a flow a field has changed within a SharePoint list item? For example, I have an "Observation Status" column in a SharePoint list. I need a flow to trigger when the value of that column changes from "2-Reviewed" to "3-Open". Thanks for any help!!

65 REPLIES 65

Hi @JimmyWork,

 

Try doing everything the same, but use a single line of text and just make sure the flow is actually working. Another thing to try is to check if your multiline of text is column is plain or enriched. If it's enriched, switch it to plain and see if that works. Busy Monday morning, but I'll see if I can run a test using a multiline column later today and offer better advice.

 

 

I was able to get this working. Please see my simple example below.

 

Simple Example List - original and hidden are both multiline columns with rich text

microsoft-flow_single-field-updated_multiline-column_example-list.png

Flow Overview - When item created or modified, see if "original" is not equal to "hidden".

microsoft-flow_single-field-updated_multiline-column_example-flow.png

 

Column Changed - Send myself a quick email to confirm the columns were different, and set "hidden" to the same value as "original".

microsoft-flow_single-field-updated_multiline-column_example-flow-2.png

@Bizzo Thank you for the info.

I fail to see how original and hidden columns are set? Are they formated columns or what type of columns are they? How are they connected to each other?

Hi @JimmyWork,

 

I'm super confused by your response. Did you follow along the thread? What I understand is you have a column, comments (a multiline column), and you want to see if that column changes. In my example I have 2 columns, "original" and "hidden". If you follow the thread that should make sense, but original would be like your comments column, and hidden is the column you compare with. That is how you check if comments changed, by comparing with hidden (or whatever you name that second column). If they are different, you trigger an action, then set hidden to equal original once that action has completed.

 

How are original and hidden set?

  • Original can be set any way. Adding a new item. Editing an existing item. It doesn't matter.
  • Hidden is set by the flow. 3rd image I show hidden being set to original.

 

What type of columns are they?

  • I stated quite clearly in my message: original and hidden are both multiline columns with rich text

 

How are they connected to each other?

  • They are both in the same list. They are both multiline columns with rich text. But basically they are not connected to each other.
  • A flow is used to compare the values of the two columns.
    • If they are the same, nothing happens. 
    • If they are not the same, a custom action can be triggered.
  • In my example the custom action is sending an email. Your custom action can be different.
  • After the custom action, it's important to set hidden to equal original.

 

Hopefully that helps?

Thank you for clarifying

 

I will try to explain what i mean.

 

Column Original (Multiline)

Column Hidden (Multiline)

 

User rights data to Column Original.

Assigned rights more data to Column Original

 

To my understandning im comparing the Original to the Hidden, the Hidden is always empty?

Im sorry if i do not understand this completly.

 

If hidden is always empty then the flow is still not working as intended to for my situation.

Becuase the data in the original column is updated multiple times not only once.

 

To better explain.

 

Column 1: When this is set to the status Closed a email goes out to the user.

Column original: Send email to user if Assigned edits the column, send email to assigned if requester edits the column.

 

Column hidden: Always empty data?

 

This means if i select Column 1 and set that to close, i will still get 2 emails, one from the Column 1 and one from the Column original? Im confused myself because i dont see how i can use this if column hidden does not always contain the second lates data that column orginal has.

 

Bizzo im so sorry i complicated things in my head, the way u do it is awesome and simple. I dont know what i was doing. Thank u man

@Bizzo 

So i have now tested it and i find one issue i cant solve.

Your flow does what you say.

 

But when i check Original column it will have a double post.

So Original column is edited by myself it will write the data twice, one from my username that edited it and one from the Username that runs the flow(system account)

 

The above happens because i have versioning and Append Changes to Existing Text. I need to have this because i need to store the conversation in the column, user adds text, assign responds so the history is in the column. When i use your method it writes it twice because we update the column with the flow also.

Hi @JimmyWork,

 

Super happy the instructions helped! 🙂

 

  • Your original column must not be mandatory
  • In your flow, the final update should just skip the original column

microsoft-flow_single-field-updated_multiline-column_example-flow_update.png

 

In the screenshot I circled "original", because it's a required field and has an "*". When you make your field not required it will no longer have the "*". Then since it isn't a required field, you don't have to update it, which is why I Xed out the icon there. Since the field isn't required and isn't being updated in that final step of the flow, you shouldn't see the content duplicated.

Awesome, thank you.

It leaves me with one more complicated issue, when the flow runs and updates the item it will modifie the item, this means the last user who modified the item will be the System account that runs the flow and not the user.

To explain it better i do the following.

User creates Item.

Agent assigns to the item.

When comment column is edited by Agent, it send email to user, if user edits comment it send email to assigned. To achive this i use modified by. With this flow the modified by field ends up as System account because the flow updates the item.

 

Is there anyway i can stop Microsoft flow from updating the modified by column when the flow is updating the item? Or any workaround? I appriciate the help alot, and can i tagg you @Bizzo in my other post?

 

Is the action to send the email separate from everything that's going on or is it part of this same flow?

 

Yes, you can tag me in other threads and I will do my best to help out. Smiley Happy

I have 2 flows, i tagged you in my other flow.

 

Im trying to have a comment column where user and agent can communicate and it checks the modified by column to know who to send the comments to.

 

Then i have the Assigne column, this is where i wanted to use your solution, so only when Assigne column gets update with new data it will send an email to the person in the assigne column, but if i do it your way then when flow runs update item it modifies the modified by column and my first flow wont work.

@JimmyWorkI took a quick look at your other thread. Without diving into it too much, I wonder if you might be better off taking a look at this Microsoft PowerApps demo: https://www.youtube.com/watch?v=sl5fXwwnvzI. I didn't watch the whole thing, but I think it would walk you through a lot of the functionality you need and probably some additional features that you hadn't considered.

 

Your specific problem for sending the emails can get complicated. Please take a look at that video, see if it will maybe do what you need, and we can go from there. 🙂

Thanks i tested powerapps before and i use for some other things. I cannot have an app for this it needs to be the site and users needs to see a list, i could show the powerapps as a webpart on sharepoint but it's not good for this solution. But maybe the flows in HelpDeks app shows how they handle Assigned section.

 

Thanks man

@keystecksorry this was missed. Are you still having trouble with this? I just posted more screenshots and example flows in this thread. Maybe one of them will help? Let me know if you still have questions.

Maybe you can help.

When i try this i can't seem to compare versions as the versions will contain the same thing.

 

So i selected as Test to run flow if Title changes. 

I change my Titel on the item but the result in the Create HTML table displays Title is the same on both versions, even if i change the titel.

 

Item Titel = Test
Then i change titel to Test 10004

My result: VersionLabel 10.0 = Title Test 10004, VersionLabel 11.0 = Title Test 10004

I dont know whats wrong but it seems version changes and do not keep old version history?

 

2019-04-15 09_51_06-Foton.png2019-04-15 09_38_40-Run History _ Microsoft Flow.png

This was solved i needed to use item expression and not values

Anonymous
Not applicable

I don't find the trigger "When an existing item is modified"  Wher you folks find this ?Flow.png

It is the same as When an item is created or modified.

The When an item is modified is found in some pre med actions but it is the exact same as When an item is created or modified.

Anonymous
Not applicable

Its easier to write the JS to do this, FLow is Low Code, No Code takes longer to implement and Test. We just need  a box in Flow where we can dump our JS and execute it would be 1000 times better. 

Helpful resources

Announcements

Calling all User Group Leaders and Super Users! Mark Your Calendars for the next Community Ambassador Call on May 9th!

This month's Community Ambassador call is on May 9th at 9a & 3p PDT. Please keep an eye out in your private messages and Teams channels for your invitation. There are lots of exciting updates coming to the Community, and we have some exclusive opportunities to share with you! As always, we'll also review regular updates for User Groups, Super Users, and share general information about what's going on in the Community.     Be sure to register & we hope to see all of you there!

April 2024 Community Newsletter

We're pleased to share the April Community Newsletter, where we highlight the latest news, product releases, upcoming events, and the amazing work of our outstanding Community members.   If you're new to the Community, please make sure to follow the latest News & Announcements and check out the Community on LinkedIn as well! It's the best way to stay up-to-date with all the news from across Microsoft Power Platform and beyond.    COMMUNITY HIGHLIGHTS   Check out the most active community members of the last month! These hardworking members are posting regularly, answering questions, kudos, and providing top solutions in their communities. We are so thankful for each of you--keep up the great work! If you hope to see your name here next month, follow these awesome community members to see what they do!   Power AppsPower AutomateCopilot StudioPower PagesWarrenBelzDeenujialexander2523ragavanrajanLaurensMManishSolankiMattJimisonLucas001AmikcapuanodanilostephenrobertOliverRodriguestimlAndrewJManikandanSFubarmmbr1606VishnuReddy1997theMacResolutionsVishalJhaveriVictorIvanidzejsrandhawahagrua33ikExpiscornovusFGuerrero1PowerAddictgulshankhuranaANBExpiscornovusprathyooSpongYeNived_Nambiardeeksha15795apangelesGochixgrantjenkinsvasu24Mfon   LATEST NEWS   Business Applications Launch Event - On Demand In case you missed the Business Applications Launch Event, you can now catch up on all the announcements and watch the entire event on-demand inside Charles Lamanna's latest cloud blog.   This is your one stop shop for all the latest Copilot features across Power Platform and #Dynamics365, including first-hand looks at how companies such as Lenovo, Sonepar, Ford Motor Company, Omnicom and more are using these new capabilities in transformative ways. Click the image below to watch today!   Power Platform Community Conference 2024 is here! It's time to look forward to the next installment of the Power Platform Community Conference, which takes place this year on 18-20th September 2024 at the MGM Grand in Las Vegas!   Come and be inspired by Microsoft senior thought leaders and the engineers behind the #PowerPlatform, with Charles Lamanna, Sangya Singh, Ryan Cunningham, Kim Manis, Nirav Shah, Omar Aftab and Leon Welicki already confirmed to speak. You'll also be able to learn from industry experts and Microsoft MVPs who are dedicated to bridging the gap between humanity and technology. These include the likes of Lisa Crosbie, Victor Dantas, Kristine Kolodziejski, David Yack, Daniel Christian, Miguel Félix, and Mats Necker, with many more to be announced over the coming weeks.   Click here to watch our brand-new sizzle reel for #PPCC24 or click the image below to find out more about registration. See you in Vegas!       Power Up Program Announces New Video-Based Learning Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram. These include a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the image below to find out more!   UPCOMING EVENTS Microsoft Build - Seattle and Online - 21-23rd May 2024 Taking place on 21-23rd May 2024 both online and in Seattle, this is the perfect event to learn more about low code development, creating copilots, cloud platforms, and so much more to help you unleash the power of AI.   There's a serious wealth of talent speaking across the three days, including the likes of Satya Nadella, Amanda K. Silver, Scott Guthrie, Sarah Bird, Charles Lamanna, Miti J., Kevin Scott, Asha Sharma, Rajesh Jha, Arun Ulag, Clay Wesener, and many more.   And don't worry if you can't make it to Seattle, the event will be online and totally free to join. Click the image below to register for #MSBuild today!   European Collab Summit - Germany - 14-16th May 2024 The clock is counting down to the amazing European Collaboration Summit, which takes place in Germany May 14-16, 2024. #CollabSummit2024 is designed to provide cutting-edge insights and best practices into Power Platform, Microsoft 365, Teams, Viva, and so much more. There's a whole host of experts speakers across the three-day event, including the likes of Vesa Juvonen, Laurie Pottmeyer, Dan Holme, Mark Kashman, Dona Sarkar, Gavin Barron, Emily Mancini, Martina Grom, Ahmad Najjar, Liz Sundet, Nikki Chapple, Sara Fennah, Seb Matthews, Tobias Martin, Zoe Wilson, Fabian Williams, and many more.   Click the image below to find out more about #ECS2024 and register today!     Microsoft 365 & Power Platform Conference - Seattle - 3-7th June If you're looking to turbo boost your Power Platform skills this year, why not take a look at everything TechCon365 has to offer at the Seattle Convention Center on June 3-7, 2024.   This amazing 3-day conference (with 2 optional days of workshops) offers over 130 sessions across multiple tracks, alongside 25 workshops presented by Power Platform, Microsoft 365, Microsoft Teams, Viva, Azure, Copilot and AI experts. There's a great array of speakers, including the likes of Nirav Shah, Naomi Moneypenny, Jason Himmelstein, Heather Cook, Karuana Gatimu, Mark Kashman, Michelle Gilbert, Taiki Y., Kristi K., Nate Chamberlain, Julie Koesmarno, Daniel Glenn, Sarah Haase, Marc Windle, Amit Vasu, Joanne C Klein, Agnes Molnar, and many more.   Click the image below for more #Techcon365 intel and register today!     For more events, click the image below to visit the Microsoft Community Days website.      

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!

Tuesday Tip: Getting Started with Private Messages & Macros

Welcome to TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   This Week's Tip: Private Messaging & Macros in Power Apps Community   Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member!   Our Knowledge Base article about private messaging and macros is the best place to find out more. Check it out today and discover some key tips and tricks when it comes to messages and macros:   Private Messaging: Learn how to enable private messages in your community profile and ensure you’re connected with other community membersMacros Explained: Discover the convenience of macros—prewritten text snippets that save time when posting in forums or sending private messagesCreating Macros: Follow simple steps to create your own macros for efficient communication within the Power Apps CommunityUsage Guide: Understand how to apply macros in posts and private messages, enhancing your interaction with the Community For detailed instructions and more information, visit the full page in your community today:Power Apps: Enabling Private Messaging & How to Use Macros (Power Apps)Power Automate: Enabling Private Messaging & How to Use Macros (Power Automate)  Copilot Studio: Enabling Private Messaging &How to Use Macros (Copilot Studio) Power Pages: Enabling Private Messaging & How to Use Macros (Power Pages)

Users online (6,424)