You are using local variables defined in a!localVariables().
Based on the default refresh behavior, when will the variable refresh?
You are using local variables defined in a!localVariables().
Based on the default refresh behavior, when will the variable refresh?
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.
C is corect
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
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.
when the refernce variable changed