Refresh Datagrid

2
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
1 answers
0

I am assuming you are doing below

  1. Single Selection on the Grid
  2. Click on the Microflow button
  3. Microflow has the Selected Item as the Input Parameter
  4. Change object with attribute value change and refresh in client option

this should already update the selected row and the respective attribute value.

answered