- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 02:00 PM
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?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 02:03 PM
Hi John,
You can as part of the flow trigger, it would be an "updated" trigger with a condition like:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 02:03 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2020 02:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 07:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2022 08:06 AM
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.