Appian Associate Developer (ACD100) — Question 11
By default, when is a local variable refreshed when using a!localVariables( )?
Answer options
- A. After every user interaction
- B. After a record action event completes
- C. When any referenced variable changes
- D. It never refreshes
Correct answer: C
Explanation
The correct answer is C because local variables are designed to refresh when any of the variables they reference change. Options A and B are incorrect as they suggest refreshing occurs based on user interactions or record events, which is not how local variables function. Option D is also incorrect since local variables do refresh under specified conditions.