Which three functions are performed by Action elements in OmniScript? Choose 3 answers
A. Display error messages to the user
B. Get and update data through APIs
C. Organize data into multiple pages
D. Send DocuSign emails for signature
E. Get and update data in Salesforce
B. Get and update data through APIs D. Send DocuSign emails for signature E. Get and update data in Salesforce
Explanation:
Action elements in OmniScript are used to execute backend processes, such as:
Integrating with APIs (B) – Fetching or sending data to external systems.
Sending DocuSign emails (D) – Automating e-signature workflows.
CRUD operations in Salesforce (E) – Querying, inserting, or updating records.
Why the Others Are Incorrect:
A (Display errors) → Handled by Set Errors, not an Action.
C (Organize pages) → Managed by Step elements, not Actions.