ServiceNow Certified System Administrator — Question 17
What component causes a flow to run after a record has been created or updated?
Answer options
- A. Date-based trigger
- B. On-change trigger
- C. Record-based trigger
- D. Application-based trigger
- E. Updated-date trigger
Correct answer: C
Explanation
The correct answer is C, as a Record-based trigger specifically activates flows when there is a creation or update of a record. The other options do not accurately represent the condition under which a flow is triggered in this context, with Date-based and Updated-date triggers focusing on time conditions, and Application-based triggers relating to broader application events.