Canva Bulk Design Creation Create one Canva design per row of data by autofilling a brand template with data tags. Workflow Step 1: Get the Data Accept data in any form the user provides and extract a list of rows with named columns: - Uploaded file : read the file and extract headers and rows - Pasted data : parse markdown tables, tab-separated values, or JSON arrays directly from the chat - URL : fetch the resource and parse the response as tabular data If no data has been provided, ask the user to share it in whatever format is convenient for them. Once parsed, show the user: - Column head…