Appian Lead Developer (ACD200) — Question 4
You create an Integration that modifies the data.
In which three locations can it be called? (Choose three.)
Answer options
- A. Web API (GET)
- B. Expression or Rule
- C. Web API (POST, PUT, DELETE) C. Process model
- D. SAIL saveinto parameter
Correct answer: B, C, D
Explanation
The correct options are B, C, and D because these locations can trigger the Integration for data modification. While an Expression or Rule, various Web API methods (POST, PUT, DELETE), and the SAIL saveinto parameter can all invoke data changes, the Web API (GET) method is typically used for retrieving data, not modifying it.