ListView Not Updating

0
Finding a strange issue on List view..  we are using a Datasource Microflow to a Listview.. and based on some condition we are showing different Lists…  at first Listview loads with List 1.. however when we reload the listview the microflow runs properly and gives List 2  But UI still Shows List 1 output… Any Help in resolving this ??
asked
2 answers
0

Have you tried reloading the page? That usually helps UI-wise.

answered
0

Hi Ranchana

You can also try refreshing the Parent object at the end of the return microflow, that might work

answered