I am facing issue in interface when I am preforming action on my records or form it not showing the updated value until I refresh the whole browser it will be helpful if anyone sugggest how I can resolve this issue.
Discussion posts and replies are publicly visible
You can use a!refreshVariable() to achieve that
Hi I am using that but still facing that issue
Can you check if your query rule does not have any local variables... and if that is not the case please share code snippets.
Hi yes we have local variable inside the refresh variable but those local variable are also using refresh variable will that will not work.
This is usually because the process you're running isn't chained across the updates you're applying to the datastore that is the source of the data on your user interface.
Hi Stewart Burchell I am not using datastore or appian db for this we are using web api to call the and also writing it through that only using process model they are chained across each other.
can you share a code snippet
all local! variables using a!refreshvariable()
So here which variable data is not getting refreshed both paginInfo and filterCdt ?
yes