could not update the data in the Data view.

0
I could not able to update the DOM,the scenario is if the user clicks the button Register he directly wants to register to the particular course respected to the register button placed on the list view, I made all the data retriveing and all are going correctly but atlast it is not updating in the dataview of respected student overview page.   
asked
2 answers
0

Are you using refresh in client? If not, then upon ‘Register’ action, while committing the entity commit it with ‘Refresh in client’.

answered
0

If you want to see the new value of ”Free” from a Microflow in the list, set it in the Change Object Action:

 

Or at an action in the end of the Microflow:

 

answered