Hi Experts,
Need your help in one scenario.
I have one interface which is fetching a data in a local variable from an ER in which we are getting response from an API.
It is happening that we are getting the previous response in a rich text field(showing the local variable data) from the API for a particular value on an interface.
If we change the value then only we are getting a new response.
If we use same value again and again and setting different Timeout limit in the integration, the output we are getting from an API is same until and unless we change the value.
Is Appian cached the value-API response on an interface?
Discussion posts and replies are publicly visible
Hi MaryamLNU ,Yes, Appian caches API responses.Possible outcomes : 1. If you are storing the API response in a local variable, it will not refresh unless the variable is updated explicitly.
2. Use refreshAlways: true in Local Variable (Or)
refreshAlways: true
3. Use refreshInterval to Fetch Periodically
refreshInterval
Perhaps this will help: docs.appian.com/.../refresh-behavior-interfaces.html