ADM-201 · Question #173
An administrator at Cloud Kicks has a flow In production that is supposed to emit new words. However, no new records are being created. What could the issue be?
The correct answer is A. The flow is Inactive.. If a flow is not creating new records in production, the most likely issue is that the flow has been deactivated and is therefore not running.
Question
An administrator at Cloud Kicks has a flow In production that is supposed to emit new words. However, no new records are being created. What could the issue be?
Options
- AThe flow is Inactive.
- BThe flow Is read only.
- CThe flow trigger is missing.
- DThe flow url Is deactivated.
How the community answered
(17 responses)- A94% (16)
- B6% (1)
Why each option
If a flow is not creating new records in production, the most likely issue is that the flow has been deactivated and is therefore not running.
A flow must be active to run and perform its intended actions, such as creating new records; if the flow is inactive, it will not execute, and no records will be created.
Flows are not designated as "read-only" in a way that would prevent record creation; if it could be edited, it could potentially be activated.
While a flow might need a trigger (e.g., a record-triggered flow), an inactive flow simply won't run regardless of its trigger definition, preventing any execution.
There is no standard "flow URL is deactivated" status for flows that would prevent record creation; a flow's URL might be incorrect or inaccessible, but the flow itself would be active or inactive.
Concept tested: Flow activation status
Source: https://help.salesforce.com/s/articleView?id=sf.flow_activate.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.