- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 04:40 AM
I have a flow which gets triggered on the update of a record(change of "state" field from "new" to the value "assess").If the record is again updated from "new" to "assess" the flow is not getting retriggered.
Solved! Go to Solution.
- Labels:
-
flow designer
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 04:53 AM
Hi
As Kieran answered, you can decide, if the flow fires multiple times.
BUT: take care, that multiple fired flows on the same record do not lead to unexpected behavior.
Maybe in that case, you should think about using a business rule, instead of firing your flow several times.
This may lead you to a much clearer and cleaner implementation of your solution.
Let me know if that helped to solve your issue and mark my answer as correct/helpful.
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 04:53 AM
Hi Dinesh,
Check you trigger conditions. What is your Run Trigger option? If you have it set for each Unique Change, the second change may not be considered unique. If this is a flow that runs quickly and infrequently, try changing the setting to only if not currently running.
Beyond that, you may be stuck because there is no clear option to simply say "run whenever the state changes to Assess" like you can in a BR or workflow.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 05:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 05:20 AM
Hi Dinesh,
I have run for every update on my PDI which is Orlando. My corporate instances are Madrid and I don't have that option there. I don't have a New York instance so I can't tell you if it is there. If you are on New York you will need to upgrade to Orlando to get the option.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 11:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 11:59 AM
Hi
Thanks a lot for your feedback.
Now you could help me, by marking my answer as correct and helpful.
Thanks a lot and have fun.
BR Dirk