AutoRefresh editable grid

Hi,

I have a editable grid.

https://docs.appian.com/suite/help/21.4/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html

In the summary page, the entered values in the grid has to be displayed. The values of the grid are displayed only after the view is refreshing the page. 

How can we handle when the grid is updated and after submitting it is re-directed to summary view. And values should be displayed by Auto-refresh.

  Discussion posts and replies are publicly visible

Parents Reply
  • Can you clarify as to the configuration of your related action?  -> yes 

    1. I have a interface to update the grid.

    2. I have used a!writeToMultipleDataStoreEntities to store the values.

    3. My process model has the start node to launch the "update interface".

    4. Once the form is submitted, it is re-directed to summary view where the values are not getting refreshed automatically(need to refresh the page then the values are visible in grid)

    In my update interface I have few fields such as name, address. These values are getting updated automatically without refreshing the page. I've used a!refreshVariable. I'm facing this challenge only with editable grid.

Children