Exam ACD100 All QuestionsBrowse all questions from this exam
Question 42

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

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

    Correct Answer: C

    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
RuliGapOption: C

C is corect

Markie999Option: C

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

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.

DivaLightOption: C

when the refernce variable changed