Cant see saved data without refreshing the page

1
Hello everyone,   I have a edit form and also an overview page connected to this edit form. Recently, I can't see edited data values in overview page without refreshing it. Once the page is refreshed or clicked the search button I can see the edited ones. However it is not a good user experience.   Do you have any idea why I am confronting such a issue recently?   Thank you.  
asked
2 answers
1

Hi Egemen,

 

When you are saving your data with a microflow, make sure you are activating the Refresh in client option:

image.png

 

This will make sure your data is refreshed in the browser without needing to reload.

 

However, if you don't have a microflow for the data save you can try the following:

1.- Go to the page where the Save button is located.

2.- Double click on the button to edit the action.

3.- Change to Call a Microflow:

image.png

4.- In the new microflow you created, add a Commit Object action, with the refresh in client activated:

image.png

 

I hope that helps you solve your issue, if it does please remember to mark the question as solved. Best Regards!

answered
1

Hello Oswaldo,

 

Thanks for your detailed answer!

It, totally, solved my question.

 

Best regards.

answered