List Does Not Refresh to Show the New Data

Share with Love

I have one screen where we have work object list on clicking the particular work object we are sent to other screen where we can bassically accept/reject, and as we accept it message pops up to show it has been routed to your work queue and we are taken back to the first screen but the list is not updated now.

We are calling the list from a editable data page, we applied refresh even flushed the data page so when we look into the clipboard the list is updated but on the ui the list is not updated.

If the clipboard shows that the list is updated, but the UI is not displaying the updated list, it may be an issue with the UI not refreshing correctly. Here are a few things you can try:

  1. Ensure that the data page refresh is configured correctly. Make sure that the Refresh Strategy is set to “Reload once per interaction” and that the Scope is set to “Thread”. You can check this by going to the data page rule and opening the “Advanced” tab.
  2. Check if there are any errors in the browser console. Sometimes errors in the UI can prevent the list from updating correctly. Open the browser developer console (usually by pressing F12) and check for any errors.
  3. Try adding a Refresh section action to the flow action that updates the work object. This will ensure that the UI is refreshed after the user submits the form.

If none of these solutions work, you may need to debug the issue further. You can use the Live UI tool to see if the UI is being updated correctly when the data page is refreshed. You can also use tracer to see if the data page is being refreshed correctly and if the updated list is being passed to the UI.