ACD100 Exam QuestionsBrowse all questions from this exam

ACD100 Exam - Question 42


You are using local variables defined in a!localVariables().

Based on the default refresh behavior, when will the variable refresh?

Show Answer
Correct Answer: BC

Based on the default behavior, local variables in a!localVariables() refresh when any referenced variables are changed. This means that whenever a variable that a local variable depends on is updated, the local variable will also refresh to reflect this change.

Discussion

4 comments
Sign in to comment
Markie999Option: C
Feb 10, 2023

By default, all variables defined within the a!localVariables function refresh when a referenced variable in the value configuration changes. https://docs.appian.com/suite/help/21.1/Local_Variables.html

RuliGapOption: C
Mar 31, 2023

C is corect

DivaLightOption: C
Mar 16, 2023

when the refernce variable changed

RuliGapOption: C
Mar 30, 2023

By default, all variables defined within the a!localVariables function refresh when a referenced variable in the value configuration changes. You can change these refresh behaviors using the a!refreshVariable function. These configurations are only available within an interface; they are ignored when used in an expression outside of an interface.