Agentforce-Specialist Practice Test

Salesforce Spring 25 Release
204 Questions

An Agentforce is creating a custom action in Einstein Copilot.
Which option is available for the Agentforce Specialist to choose for the custom copilot action?

A. Apex trigger

B. SOQL

C. Flows

C.   Flows

Explanation:

When creating a custom Copilot action in Einstein Copilot (Agentforce), the primary and supported option for implementing the logic behind the action is:

✅ Salesforce Flows
Flows allow you to define business logic, interact with Salesforce data, and handle complex automation — all without writing code. These flows can be:

Autolaunched Flows
Screen Flows (used in limited cases)

When defining a Copilot Action, you can map inputs and outputs between the LLM prompt and the Flow, allowing the AI assistant to execute business processes intelligently.

A. Apex Trigger
❌ Incorrect – Apex Triggers are event-driven (e.g., before/after record changes) and cannot be directly invoked as a Copilot Action.

B. SOQL
❌ Incorrect – SOQL is a query language, not an executable action or automation logic on its own. It’s used within Apex or Flows but cannot be chosen directly as a Copilot Action.

Agentforce-Specialist Exam Questions - Home Previous
Page 38 out of 204 Pages