Process Builder uses a model where you define:
C. Trigger — Defines when the process starts (e.g., when a record is created or updated).
B. Criteria Node — Defines the conditions that must be met for the action to run.
F. Action — What happens when the criteria are met (e.g., update a record, send an email, launch a flow).
Incorrect Options:
A. “Node” is a generic term and not used officially in Process Builder documentation.
D and E. “Scheduler” and “Timer” are more closely related to flows or scheduled flows than Process Builder.
Reference Extracts from Salesforce Process Automation Study Guide:
“Each process includes a trigger, criteria nodes, and actions.”
“Criteria nodes determine whether to execute specific actions based on record values.”
=========================================================
Submit