Question
CA
Last activity: 23 Oct 2024 11:55 EDT
How to refresh list of records data page ?
I am new to pega, trying a simple insert and read operation but the read operation does not show the latest data i.e. the inserted data is not visible on the UI. Detailed explanation:
I have a data model called advisor with id, name, branch id. On the first screen, I show their corresponding text fields to insert a new Advisor. After submitting, the data does get insert via a SaveAdvisor activity as a post processing step of the flow.
On the next screen, I have a picklist to show list of advisors using the automatically created ListAdvisors DataPage. I expect that this dropdown should now also show the newly entered advisor but it does not. What do I need to do here ?
UI Screen to read details: 
List advisor dropdown view configuration using list advisor data page:

Save advisor activity:

Hi @VasuM17281006,
You can use the refresh strategy as a reload once per interaction checkbox so that there is no need to remove datapage advisor list in activity.