PLAT-ADMN-201 · Question #32
Cloud Kicks (CK) is partnering with a used shoe store and second-hand bicycle emporium. CK has an automated business process it wants to run once a week to count the number of open cases related to…
The correct answer is A. Scheduled flow. For any business process that needs to run at a specific time interval (in this case, "once a week"), a Scheduled flow is the standard tool. A scheduled flow allows the Platform Administrator to define a frequency (Daily, Weekly, or Once) and a start time. The flow can then…
Question
Options
- AScheduled flow
- BRecord triggered flow
- CAutolaunched flow
- DAutomation event triggered flow
How the community answered
(35 responses)- A86% (30)
- B3% (1)
- C3% (1)
- D9% (3)
Explanation
For any business process that needs to run at a specific time interval (in this case, "once a week"), a Scheduled flow is the standard tool. A scheduled flow allows the Platform Administrator to define a frequency (Daily, Weekly, or Once) and a start time. The flow can then query all relevant Account records and perform the logic of counting open cases and updating the parent record autonomously. Record-triggered flows (Option B) are inappropriate here because the count needs to happen on a schedule rather than being triggered by an individual record edit. Autolaunched flows (Option C) must be called by another process, such as a button or Apex, and do not have their own timing mechanism. "Automation event triggered flow" (Option D) is not a standard type of flow used for recurring batch processing
Topics
Community Discussion
No community discussion yet for this question.