CSA · Question #259
CSA Question #259: Real Exam Question with Answer & Explanation
The correct answer is D: Trigger and Condition. In ServiceNow Flow Designer, a Trigger defines the event or schedule that starts a flow (e.g., a record is created, updated, or a scheduled time is reached). A Condition (within or alongside the trigger) narrows when the flow actually executes by filtering based on field values o
Question
Which flow components allow you to specify when a flow should be run?
Options
- ATrigger and Condition Pill
- BCondition and Table
- CTrigger Criteria and Clock
- DTrigger and Condition
- EScope and Trigger Condition
Explanation
In ServiceNow Flow Designer, a Trigger defines the event or schedule that starts a flow (e.g., a record is created, updated, or a scheduled time is reached). A Condition (within or alongside the trigger) narrows when the flow actually executes by filtering based on field values or other criteria. Together, 'Trigger and Condition' (D) precisely controls when a flow runs. The other options either mix unrelated terms (e.g., 'Clock', 'Table', 'Scope') or are not the correct pairing used in Flow Designer's terminology.
Topics
Community Discussion
No community discussion yet for this question.