AI-201 · Question #178
Universal Container (UC) has effectively utilized prompt templates to update summary fields on Lightning record pages. An admin now wishes to incorporate similar functionality into UC's automation pro
The correct answer is C. Einstein for Flow. Salesforce provides 'Einstein for Flow' as a native Flow action type that allows admins to invoke a prompt template from within a Flow and capture the LLM-generated response as a Flow variable. That response can then be used in subsequent Flow elements for automation logic, field
Question
Universal Container (UC) has effectively utilized prompt templates to update summary fields on Lightning record pages. An admin now wishes to incorporate similar functionality into UC's automation process using Flow. How can the admin get a response from this prompt template from within a flow to use as part of UC's automation?
Options
- AInvocable Apex
- BFlow Action
- CEinstein for Flow
How the community answered
(50 responses)- A18% (9)
- B6% (3)
- C76% (38)
Explanation
Salesforce provides 'Einstein for Flow' as a native Flow action type that allows admins to invoke a prompt template from within a Flow and capture the LLM-generated response as a Flow variable. That response can then be used in subsequent Flow elements for automation logic, field updates, record creation, or notifications - without requiring any code. Option A (Invocable Apex) could technically call a prompt template but requires custom development. Option B ('Flow Action') is a generic term, not the specific mechanism. 'Einstein for Flow' is the standard, low-code, declarative way Salesforce exposes prompt template invocation inside Flow Builder.
Topics
Community Discussion
No community discussion yet for this question.