Set up data schemas when creating workflows in the UI
Every Kadoa workflow requires a Data Schema that defines what data to extract from a source.For an overview of what schemas are and available data types, see Schemas.You have three options when setting up data extraction:
Best for: Getting started quickly.AI will analyze the source and auto-suggest what data to extract. This typically takes up to a minute, then you can review and customize the suggested fields.
Best for: Custom requirements.Define your own data structure from scratch with custom fields. Use the visual editor to add fields one by one, or switch to JSON mode for bulk editing. You can mark fields as key fields to ensure data quality.Tip: Mark fields expected to be unique and non‑empty as key fields. In JSON, set isKey: true. Learn more: Data Validation → Key fields.