How can we refresh datagrid data for few columns keeping others same ?

0
I am changing one attribute value using mircoflow  for single row using button click and I want to show that value change in datagrid in that specific row. How can I refresh datagrid values of existing row instead of adding a duplicate row with changed value?   Please guide
asked
2 answers
6

Hi snehal,
Enable refresh in client in change object activity or you are trying to change that in some other place means datagrid had a option refresh, so can configure the timing to refresh the datagrid.

 

answered
0

Not sure if it will serve your purpose, but try adding this activity to your microflow after committing the object: CommunityCommons.refreshClassByObject

answered