I want to know the internal mechanism of local variable refreshing in an interface. When a local variable is refreshing, what is the underlying logic of the behavior? Is all code re-executed? Can you give me a conclusion and provide a demo to prove the conclusion.
Discussion posts and replies are publicly visible
This article might solve your all questions as different Local variables that are used within interfaces can refresh their values under a variety of conditions. https://docs.appian.com/suite/help/24.3/Local_Variables.html#:~:text=Local%20variables%20are%20a%20specific,data%20within%20a%20particular%20expression.
I have read this article before I raise this ticket, it can't solve my question, I want to know some more underlying mechanisms or principles. Like when the refresh behavior is occurring whether the code which will be not refreshed will be re-executed?
edwardc8281 said: I want to know some more underlying mechanisms or principles.
The underlying mechanics are not public and not published by Appian as far as I know. We know only what the official docmentation tells us (and what we can infer from experimentation).
What is your use case / what are you trying to accomplish?