nerdexam
Salesforce

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.

Submitted by anjalisingh· Apr 18, 2026Workflow/Process Automation

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)
  • A
    94% (16)
  • B
    6% (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.

AThe flow is Inactive.Correct

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.

BThe flow Is read only.

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.

CThe flow trigger is missing.

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.

DThe flow url Is deactivated.

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

#Salesforce Flow#Flow Activation#Troubleshooting#Process Automation

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice