Skip to main content
prakhars0731
November 28, 2023
Question

Refresh Issue

  • November 28, 2023
  • 16 replies
  • 0 views

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.

16 replies

November 28, 2023

You can use a!refreshVariable() to achieve that  

prakhars0731
November 28, 2023

Hi [mention:bbe5213a4e634cbcb35783f77d2a74b4:e9ed411860ed4f2ba0265705b8793d05]  I am using that but still facing that issue

November 28, 2023

Can you check if your query rule does not have any local variables... and if that is not the case please share code snippets.

stewart.burchell
November 28, 2023

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.

prakhars0731
November 28, 2023

Hi [mention:7628077af4b9463e9533a897fad2351f:e9ed411860ed4f2ba0265705b8793d05]  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.

konduruc733182
November 28, 2023

Hello prakhars0731,

Are you trying to use a record or related action in a on-going record/related action?