Creating Data Wizards
Required Permission
This feature requires the TEAM_ADMIN_DATA_WIZARDS permission.
Learn how to create new Data Wizards for guided data collection workflows.
Creating a New Wizard
- Navigate to Admin → Data Wizards
- Click Create Data Wizard
- Fill in the basic information:
- Name (required) - Internal identifier
- Description - Explain the wizard's purpose
- Icon - Visual identifier
- Public - Toggle for external access
- Click Create
Wizard Settings
After creation, configure these settings in the Details tab:
Display Settings
- Public Name - Name shown to users (if different from internal name)
- Icon - Visual identifier in menus
- Description - Shown on the wizard start screen
Language Settings
- Default Language - Primary language for the wizard
- Available Languages - Additional languages users can choose
Styling
- Internal CSS - Custom styles for embedded display
- External CSS - Link to external stylesheet
- Loading Animation - Custom icons during loading
Adding Steps
- Go to the Steps tab
- Click Add Step
- Configure the step:
- Title - Displayed in breadcrumbs
- Description - Instructions for users
- Icon - Step indicator
Adding Tasks to Steps
Each step needs at least one task:
- Click on a step to expand it
- Click Add Task
- Choose the task type and configure it
Testing Your Wizard
Before publishing:
- Use the Preview function
- Walk through each step as a user would
- Verify data is saved correctly
- Check conditional logic works as expected
Wizard Flow Visualization
The Steps tab includes a Mermaid diagram showing:
- Step sequence
- Conditional branches
- Navigation paths
Best Practice
Start simple with a linear flow, then add conditional logic once the basic wizard works correctly.