ACD100 Exam QuestionsBrowse all questions from this exam

ACD100 Exam - Question 29


By default, when is a local variable refreshed when using a!localVariables( )?

Show Answer
Correct Answer: AC

Local variables defined within the a!localVariables() function in Appian are refreshed by default when any referenced variable within the value configuration changes. This means that the state of local variables is automatically updated whenever there is a change in the variables they depend on.

Discussion

7 comments
Sign in to comment
DivaLightOption: C
Mar 16, 2023

C ???

harshmp1007
Mar 17, 2023

Yes you are right, correct answer is option C.

Jdhar1566Option: D
Apr 11, 2023

Answer is D. It never refreshes

nyxxxOption: C
Apr 25, 2023

In Appian, when using a!localVariables(), local variables are refreshed by default when any referenced variable changes. Therefore, the correct option is C.

nyxxxOption: D
Apr 25, 2023

According to the documentation, local variables are not automatically refreshed, and will retain their initial value until they are updated through user interaction or some other means. The a!localVariables() function is used to access the current value of a local variable within the context of an interface, and does not trigger a refresh of the variable. So my previous answer is incorrect. It should be letter D.

AaravRVOption: C
Jul 13, 2023

Correct answer is C

FreakSterrrrOption: D
Aug 29, 2023

By default if local variable has no dependency it never refreshes, but when it has dependency it refreshes when reference variable changes.

sankowskyOption: C
Sep 27, 2023

According to the documentation: By default, all variables defined within the a!localVariables() function refresh when a referenced variable in the value configuration changes.