Issue in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 02:41 PM
I have created a flow designer on the incident form. Now I need to reload the incident record once the flow designer execution is completed.
Thanks,
Mourya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 03:12 PM
What is the trigger of your flow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 06:25 PM
I trigger it by button through UI action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 05:37 AM
Okay, so you are using UI Action to execute the Flow (using sn_fd.FlowAPI.executeFlow)
. If the flow is doing its job but the form is not refreshing, then try adding below line at the bottom of the code or after the update statement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 06:48 PM
Hi @Sagar Rd please provide more details on the use case what is the need to reload when flow is completed?
Harish