How to reload a form after inserting new values on the form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 09:36 AM
Hi There!!!!
I need to reload a form after the flow executes and creates a task and populates it in the related list.
It also runs a simple integration on the background.
Is it possible????? To populate the fields and the task created without doing it manually everytime using reload form.
Do we have any syntax which we can use to reload the form and its related list without doing it manually using reload form?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 09:44 AM
I would say it would depend on how the flow is started. If you are using a button to start it then start it in a synchronous way so the user has to wait for it to complete. This may create a really bad user experience though.
Another thought would be to run a client script every X time frame to check a value is set on the current record. When set reload the form.
So kind of need to know how the flow starts to know what options you have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 10:08 AM
I just changed the Advanced options on the flow to run in on the Foreground and guess what...it worked!!!!!!! Tks!!!!
I somehow thought I needed a Business rule to do that. but just changing the advanced options on the trigger to run on the foreground worked fine!!!!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 12:38 AM
This really work for my flow also. I was thinking if i need to create new scripts but it worked. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 10:15 AM