Final answer:
The correct automation workflow to accomplish this task is Scheduled Automation: SQL Query > Data Extract > Transfer File > Send Email. This workflow involves creating a SQL Query to retrieve the previous day's submissions, performing a Data Extract, transferring the file, and sending an email with the attachment.
Step-by-step explanation:
The correct automation workflow to accomplish the given task is Scheduled Automation: SQL Query > Data Extract > Transfer File > Send Email. This workflow involves the following steps:
- Create a SQL Query to retrieve the previous day's submissions from the data extension.
- Perform a Data Extract to extract the query results into a file format that can be attached to an email (such as a CSV file).
- Use the Transfer File activity to transfer the extracted file to a designated location.
- Finally, use the Send Email activity to send an email to the marketing manager, including the extracted file as an attachment.
This workflow can be scheduled to run each morning, ensuring that the marketing manager receives the previous day's submissions as a CSV attachment in their email. By following this automation workflow, the customer can streamline the process of collecting and sharing data from the Smart Capture form.