After updating the value in the database, it should reflect in the screen

I want the data to get updated in the interface in a site soon after a database operation without refreshing the page. I would like to get suggestions regarding how to implement the same.

  Discussion posts and replies are publicly visible

Parents Reply
  • is this process 100% asynchronous, i.e. the user never leaves the record?
    OR
    does the user leave the record when this process is started via a related action that navigates them to a task form that they would submit.

    I know it's very specific, but if it's the latter, you can try activity chaining from the first flow of the process to at least the flow that follows the write to data store entity.  This would ensure that the user isn't navigated back to the record until after the write is completed.

Children
No Data