AI-201 · Question #31
An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?
The correct answer is C. Flows. Custom Agent actions in Agentforce can be built using Salesforce Flows (Autolaunched Flows), which allows the agent to execute business logic, interact with data, call external systems via Flow actions, and perform multi-step processes. Flows are a supported action type alongside
Question
An Agentforce Specialist is creating a custom action in Agentforce. Which option is available for the Agentforce Specialist to choose for the custom Agent action?
Options
- AApex Trigger
- BSOQL
- CFlows
How the community answered
(28 responses)- A11% (3)
- B4% (1)
- C86% (24)
Explanation
Custom Agent actions in Agentforce can be built using Salesforce Flows (Autolaunched Flows), which allows the agent to execute business logic, interact with data, call external systems via Flow actions, and perform multi-step processes. Flows are a supported action type alongside Apex classes and prompt templates. Apex Triggers (choice A) are event-driven automations that fire automatically on DML operations - they are not invocable actions. SOQL (choice B) is a query language for retrieving data, not an action type that can be assigned to an agent.
Topics
Community Discussion
No community discussion yet for this question.