CSA · Question #108
What component causes a flow to run after a record has been created or updated?
The correct answer is C. Record-based trigger. A Record-based trigger causes a flow to run in response to database events on a specific table - such as when a record is created or updated. It listens for changes to records and fires the flow accordingly. Date-based triggers fire at scheduled times, Application-based triggers
Question
What component causes a flow to run after a record has been created or updated?
Options
- ADate-based trigger
- BOn-change trigger
- CRecord-based trigger
- DApplication-based trigger
- EUpdated-date trigger
How the community answered
(43 responses)- A2% (1)
- B2% (1)
- C91% (39)
- D5% (2)
Explanation
A Record-based trigger causes a flow to run in response to database events on a specific table - such as when a record is created or updated. It listens for changes to records and fires the flow accordingly. Date-based triggers fire at scheduled times, Application-based triggers respond to platform events like approvals or SLA breaches, and the other options (On-change, Updated-date) are not standard Flow Designer trigger types.
Topics
Community Discussion
No community discussion yet for this question.