Which Appian design pattern should be used when an interface needs to load data only after a user interaction, such as a button click?
-
A
Use a!refreshVariable() with refreshOnVarChange triggered by a local variable the button updates
-
B
Use a!loadData() function inside the button's saveInto
-
C
Configure the interface to use lazy loading mode in settings
-
D
Use a background process model to preload data before the UI renders