how to trigger flow via business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2023 05:43 AM
Hello Experts,
I want to trigger flow by flow designer can anyone please tell me how can we trigger flow by writing the script in the business rule?
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2023 11:33 AM
I would refer back to this answered question here:
You could also convert your business rule to a flow entirely, as you can configure the flow trigger to be the same as the business rule condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2023 12:34 PM
Hi,
Easiest way is to open the Flow in Flow Designer, click on the More actions menu in the upper right corner, then select to Create Code snippet.
Copy the code, and paste it into your Business Rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 06:41 AM
@Mark Wood , you can use the same condition which you are using for business rule to trigger on flow designer triggering condition as well , if record is updated and conditions met in that case flow will trigger.
Hope this helps, mark if useful so that it may help others also.