Flow Designer Trigger only for a change in a specific field

John Prouty
Kilo Guru

I want a Flow whose trigger is set to activate the flow if there is a change in a specific field changes.  Can I configure the filter on the Trigger to determine that the field has changed?  Is there a way to check the Change Fields array to see if the field of interest is in it?

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Hi John,

You can as part of the flow trigger, it would be an "updated" trigger with a condition like:

find_real_file.png

View solution in original post

4 REPLIES 4

SanjivMeher
Kilo Patron
Kilo Patron

You can add it in the trigger condition of the flow, to check if field changed.


Please mark this response as correct or helpful if it assisted you with your question.

Kieran Anson
Kilo Patron

Hi John,

You can as part of the flow trigger, it would be an "updated" trigger with a condition like:

find_real_file.png

Hi Kieran,

 

Thanks for sharing, but this doesn't seems to work in my case.

 

If I add any trigger on a specific field like 'State' -> Changes the flow doesn't trigger at all.

 

Also, I'm working with different scopes but the flow is in the same scope as the table of trigger condition.

 

Please let me know if you have any inputs/suggestion I should try.

 

Thanks,

 

Ayush

Did it not work just after creating flow as Flow Trigger has an option of Run Trigger where you can Select Once or For every Update. System will trigger that flow only once if Once is selected . If you want to trigger flow for every state changes then you should select for every update.