Appian Associate Developer (ACD100) — Question 29
You are creating an interface and need to pass data out to its parent interface.
With type of variable is required to achieve this?
Answer options
- A. Parameterised process variable
- B. Refresh variable
- C. Rule inputs
- D. Local variables
Correct answer: C
Explanation
The correct answer is C, Rule inputs, as they are specifically designed to pass data from a child interface to its parent. Options A, B, and D do not serve this purpose; parameterized process variables are for processes, refresh variables are for updating UI elements, and local variables are confined to their own scope.