function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John HenleyJohn Henley 

For customer community users, how can I reload the page after completion of flow in visualforce page?

I have a screen-based flow that users run to search for equipment and update selection/quantity.  At the end of the flow is the record update step, but then the user is presented with the record page and the previous values are displayed. They have to hit Refresh on their browser to see the new values for the updated fields.

I'm currently using this: 
<flow:interview name="First_Screen_Flow" finishLocation="/{!Job__c.Id}">
        <apex:param name="varJobID" value="{!Job__c.Id}"/>
    </flow:interview>

But the finish location doesn't show the record with new values.  How can I refresh the whole page when they click Finish?
John HenleyJohn Henley
I should add that we are using the Napili template in our customer community.
Pavit SiddhuPavit Siddhu
Hello use reRender attribute on button.