nerdexam
Salesforce

ADM-201 · Question #219

An administrator has been asked to update a flow that was created as part of a recent update. When the administrator opens the flow for edtting, the Flow Bunder toolbox offers only four elements…

The correct answer is A. The flow Is a before save flow. When a Flow Builder toolbox shows only a limited set of elements like Assignment, Decision, Get Records, and Loop, it indicates the flow is a before-save record-triggered flow.

Submitted by naveen.iyer· Apr 18, 2026Workflow/Process Automation

Question

An administrator has been asked to update a flow that was created as part of a recent update. When the administrator opens the flow for edtting, the Flow Bunder toolbox offers only four elements:

Assignment, Decision, Get Records, and Loop. What would cause this?

Options

  • AThe flow Is a before save flow.
  • BThe flow Is a screen flow.
  • CThe version of the flow is activate.
  • DThe version of the flow is inactive.

How the community answered

(35 responses)
  • A
    89% (31)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (2)

Why each option

When a Flow Builder toolbox shows only a limited set of elements like Assignment, Decision, Get Records, and Loop, it indicates the flow is a before-save record-triggered flow.

AThe flow Is a before save flow.Correct

A before-save record-triggered flow is optimized for performance by executing before a record is committed to the database and is restricted to elements that modify the triggering record's values without requiring DML operations or external calls.

BThe flow Is a screen flow.

A screen flow is interactive and would offer a broad range of screen elements, actions, and record operations, not a limited set.

CThe version of the flow is activate.

The activation status of a flow only determines if it will run, not which elements are available in the Flow Builder interface during design.

DThe version of the flow is inactive.

Similar to an active flow, an inactive flow version does not restrict the available elements in the Flow Builder toolbox during editing.

Concept tested: Record-triggered flow types and elements

Source: https://help.salesforce.com/s/articleView?id=sf.flow_considerations_record_triggered_update.htm&type=5

Topics

#Flow Builder#Flow Types#Record-Triggered Flow#Before-Save Flow

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice