We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

Auto Refresh of Grid on increase in task.

I have created a local variable that will fetch all the tasks from a process report. When there is a change in  the task,i.e. i have accepted or assigned or completed the task, or added a new task, it should automatically refresh the grid and show the change in it. How to do this process?

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to SM

    Please post your sample code here - as far as I'm aware, there's no reason Harshit's suggestion for the autorefresh timer wouldn't work right - but it needs to be implemented correctly, which can be tricky when you're not used to some of the subtleties of the advanced functionality used in local variable refreshing.

  • I did use the autorefresh timer. What i needed was a code which would refresh the grid whenever the task is changing from assigned --> accepted, and if it's assigned to someone it should also refresh. But only the grid is being refreshed when the task is accepted but not if its assigned to someone else. I have used refreshAlways as true still not working. Even used Refresh after user interaction