cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
rw_ga
Advocate III
Advocate III

Dataverse trigger flows when a row changes - column filter bug

Trigger flows when a row is added, modified, or deleted - Power Automate | Microsoft Docs states "Use the Column filter box to define a set of comma-separated, unique names for the table, as shown in the following image. The flow runs only when these columns change on the specific rows." 

  1. I find this statement a little confusing, does this phase "unique names for the table" try to tell us to use the "unique name of each column"?
  2. This doesn't work for all column/field types.  So filtering columns isn't accurate.  It should either filter by ANY column/field type or be changed to say "A distinct set of columns/field types that can be filtered but you will have to guess which ones... hehehe" so that its more accurate!
  3. If it does allow adding lookup columns to the column filter area, what name do I need to use?  BECAUSE THE UNIQUE NAME FOR THE LOOKUP DOESN'T TRIGGER THE FLOW!

Trying to be a citizen developer is so frustrating when MS doesn't support their own column/field types and returned data in triggers and actions!

 

  1. Please ADD your hidden fields you/MS use on forms and other areas to the Dynamic Data.  You use this information why can't we?
  2. Allow Triggers to use any data from a row.  Null and empty are values for optional columns/fields!
  3. Allow Saving flows with errors, we may need to run out and have to get back to the flow later and to lose everything because one issue cropped up while building the flow throws an error shouldn't require us to fix it before we save it!
  • Example a lookup field appears to use 4 fields/values (and the column name/schema name doesn't appear to even be used):
    • Microsoft.Dynamics.CRM.lookuplogicalname
    • Microsoft.Dynamics.CRM.associatednavigationproperty
    • Microsoft.Dynamics.CRM.lookuplogicalname
    • _columnname_value
1 ACCEPTED SOLUTION

Accepted Solutions

@Iddy,

 

I think someone fixed something on the backend, because I had the same experience!

View solution in original post

42 REPLIES 42
Mira_Ghaly
Multi Super User
Multi Super User

Hi @rw_ga 

 

Yes the documentation is a bit confusing, for the lookup Issue you are facing I made a test and it is  working on my side.

 

Can you share some details and we may figure it out, also make sure there is not spaces in between the columns.

 

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here

Hi Mira_Ghaly,

 

The trigger "Change type" is set to "Modified" and the "Column filter" only has the unique name of the lookup column (example: new_lookupcolumnname).  The flow doesn't trigger.

 

If I don't specify anything in the "Column filter" the flow will trigger when the lookup column changes.  I suspect it's triggering because the row's modified on and modified by are also getting updated when the lookup is changed and saved, then those fields trigger the flow!

 

So.... How do you use the column filter option to specify the lookup column? (I'm wanting only a select few columns to trigger this flow and one of them is a lookup).

@rw_ga 

Can you please share a screen shot of your column filter because i tried and it is working on my side so screenshot can help either reproduce your issue or identify what might be the issue?

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here
Iddy
Helper I
Helper I

I've been trying this too.

 

From my research it seems to work for simple columns (you need the fully qualified column name with your solution prefix if you app is coming out of a solution), however it does not trigger if you try and add a lookup column to the list of column filters.

 

Nor do any of the other previously working columns.

 

Unless someone knows some magic here for referencing the lookup column in the column filter I'd say its a bug or omission by design (please update the docs).

@Iddy 

So you mean when you add a lookup column among other types of columns?

Can you tell me please what other column types so I can try to reproduce?

 

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here

@Iddy @rw_ga 

This is what I am trying at my side and it is working for any of the 3 fields

Mira_Ghaly_0-1628203104352.png

I will try on custom entities and custom fields as well but it would be great if you guys share with me some more details so I am able to reproduce it

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here
Iddy
Helper I
Helper I

Here's what I tested. Add the name field (my solution is prefixed stk_ so I added stk_name). Tested the workflow (manual test in the browser). This works fine - updates to the record do not trigger the flow unless the name field is changed.

I have a second field on my entity, exam (named stk_exam). Its a lookup field to a second custom entity (Certification Exam). If I add it as a filter (as the only filter) the workflow does not trigger, I've tried various combinations (exam, stk_exam, stk_exam_value). Also, if I add it to the end of the list of columns (i.e with my name filter as well) the workflow no longer triggers on the update to the name field. I am wondering if the field needs to be refenced differently?

Are any of those lookup fields? My flows trigger for simple columns.

@Iddy

Yes parentcustomerid is a lookup.

 

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here

Hi Mira_Ghaly/Iddy,

 

Thank you both for providing your experiences. I'm getting mixed results and don't know why other than its some type of BUG or I need to do something different with custom tables/lookups!

 

Recap: 

I'm using Dynamics 365 for Sales Ent. (Online).

I created a "unmanaged solution" to hold all my custom STUFF.

I created multiple custom tables (they are the standard ones not Activity Type)

I created cloud flows to trigger when rows in these custom tables get modified (specific columns using column filter).

 

In testing:

Using OOB Account, Parent Account Lookup (parentaccountid) with the column filter triggers the flow.

Records:

rw_ga_1-1628255434231.png

Column Name:

rw_ga_4-1628255532613.png

 

Flow:

rw_ga_2-1628255453333.png

 

Select Test 1 in Lookup field:

rw_ga_3-1628255503889.png

Flow Run History:

rw_ga_5-1628255588971.png

rw_ga_6-1628255675403.png

 

Using custom tables/lookup columns with the column filter doesn't trigger the flow.

I use the same process with custom tables and lookups and it won't trigger!  What the heck!!!!  Why doesn't it work the same for custom tables and their lookups?

Well, I'm at a complete lose.  I just tried it again this morning and it APPEARS to be working for me now.

 

@Iddy

I tried it before and it didn't appear to work, but I'm currently using just the "Name" of the column that is displayed when viewing all columns of a table. NOTE: I did notice a red banner after saving the cloud flow that indicated something was wrong with my trigger like before, but this time it worked and that went away after I changed a record (lookup column value) and it triggered the flow. 

rw_ga_0-1628257878093.png

WORKED:

  • new_lookupcolumn

 

DOESN'T WORK:

  • new_lookupcolumn@Microsoft.Dynamics.CRM.lookuplogicalname
  • new_lookupcolumn@Microsoft.Dynamics.CRM.associatednavigationproperty
  • new_lookupcolumn@Microsoft.Dynamics.CRM.lookuplogicalname
  • _new_lookupcolumn_value

 

Did somebody change something on the backend!  Someone is just messing with me!!!

Okay, whoever fixed the lookup field, can you fix the image field type now?  The trigger only appears to fire when you remove the image and not when one is added!

 

Still a "Column filter" issue/bug, doesn't work the same for all column types.  Now I only have an image column I want to monitor.  I can add an image and it doesn't fire but it will fire when the image is removed.  I need it to fire when an image is added too!

 

Thanks

I noticed there are a few image column (field/values) MS uses but doesn't really tell us about:

For Example, if you create an image column named "Image", it defaults the NAME to something like "new_image".  But using a Chrome browser extension like "Level up for Dynamics 365/Power Apps" Offered by: Natraj Yegnaraman you can see the following other fields are present.  So similar to a lookup, it appears there might be multiple values used with an image column and probably the file column too.  Now the next question is when can we use these with triggers and actions...  MS doesn't appear to support all of them everywhere.

As a workaround and until the image column type gets fully supported/fixed in the column filter, I've added both:  new_image,new_imageid which triggers the flow when an image is added OR removed!  


Again, its so frustrating that we have to search for odd workarounds when MS should just support all their own fields at both the trigger and action levels!  Why are there these hit or miss attempts???  By the way, that new_imageid appears in the Dynamic data tool when I searched for image!!!!  Go figure....  I can't get a label or the displayed text of an optionset or lookup from the Dynamic data but I can get this imageid....

 

Hope this helps someone else fighting to use these tools.  Don't get me wrong, the whole concept of allowing citizen developers is great!  I just wish it executed a little cleaner.

@rw_ga

I did a test using a custom table and custom lookup and it fired OK as well and I think now the lookup is working fine with you but you have an issue with the image / file column types which you have successfully found a work around.. Is my understanding correct?

 

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here

Edit: Yes it does appear to be working with the lookup Name in the column filter option.

 

I did find a work around for the image column, but don't know how long it will be supported (if it's supported at all).  Hopefully that issue will get fixed as well!

Iddy
Helper I
Helper I

So, this flow is now working, using the solution qualified name of my lookup field (stk_exam). The same option I tried unsuccessfully yesterday. I have no sensible explanation for this. 

@Iddy,

 

I think someone fixed something on the backend, because I had the same experience!

Anonymous
Not applicable

Hi Mira_Ghaly,

I have a question, in the below Column filter... which is now "select columns"

Can I Give multiple columns with or condition.

I have a requirement where I want to Update a record when there is Row  Modified with any one of the selected  Columns.(Like dirty fields).

 

Any help would be so greatful.

Thank you

Stpower_0-1634673443404.png

 

@Anonymous 

The purpose of the column filter or Select Column is that these are used as triggers to your flow , so when either of these columns change your flow gets triggered.

 

If this post helps you with your problem, please mark your as Accepted solution.If you like my response, please give it a Thumbs Up.

Blog: here

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (925)