CSA Flow Designer and Automation 3 β Questions and Answers
Question 1: Which Flow Designer feature lets administrators test a flow with sample data without affecting production records?
- Flow Simulation Mode
- Test Flow with Input (Correct answer)
- Draft Execution Mode
- Dry Run Toggle
Correct answer: Test Flow with Input
The 'Test' button in Flow Designer opens a dialog to supply input values and execute the flow in a controlled test run.
Question 2: What is an Integration Hub 'Spoke' in the context of Flow Designer?
- A collection of pre-built actions for a specific third-party application (Correct answer)
- A custom script include for REST calls
- A type of subflow that runs asynchronously
- A table storing integration credentials
Correct answer: A collection of pre-built actions for a specific third-party application
A Spoke is a scoped application containing pre-built Flow Designer actions and triggers for a specific external system (e.g., Slack, Jira).
Question 3: In Flow Designer, which section of a flow definition stores credentials used by Action steps that call external APIs?
- Connection & Credential Aliases (Correct answer)
- OAuth Profiles
- MID Server Credentials
- API Key Table
Correct answer: Connection & Credential Aliases
Connection & Credential Aliases abstract authentication details so flows reference an alias name rather than raw credentials.
Question 4: Which Flow Designer trigger type runs a flow on a recurring schedule rather than in response to a record change?
- Application-Based Trigger
- Record-Based Trigger
- Schedule-Based Trigger (Correct answer)
- Event-Based Trigger
Correct answer: Schedule-Based Trigger
Schedule-Based triggers execute a flow at defined intervals (daily, weekly, or a custom cron schedule).
Question 5: What does 'Activate' do to a Flow Designer flow compared to simply saving it?
- Activating locks the flow so no edits are possible
- Activating publishes the flow so it runs against live trigger events (Correct answer)
- Activating sends the flow for peer review approval
- Activating copies the flow to the global scope
Correct answer: Activating publishes the flow so it runs against live trigger events
Saving creates or updates a draft; Activating publishes the flow so it responds to real trigger events in the environment.
Question 6: Which Flow Designer construct maps to the 'if / else if / else' branching logic?
- Decision Table
- Flow Logic > If (Correct answer)
- Parallel Branch
- Switch Step
Correct answer: Flow Logic > If
Flow Logic > If (with optional Else If and Else branches) provides conditional branching within a flow.
Question 7: When using the 'Look Up Records' action in Flow Designer, what does the action return if no records match the filter?
- A null error that stops the flow
- An empty list with zero records (Correct answer)
- The first record in the table
- A system-generated placeholder record
Correct answer: An empty list with zero records
Look Up Records returns a list data pill; if no records match, the list is empty (zero items) and the flow continues.
Which Flow Designer feature lets administrators test a flow with sample data without affecting production records?