Overview
Output Tools enable you to create files and manage text output in your workflows. These tools are essential for generating reports, saving processed data, and creating downloadable content for users.Key Features
OUTPUT_FILE
- Create files from text content
- Support multiple file formats (CSV, JSON, TXT, XML, YAML)
- Upload to workspace with signed URLs
- Automatic file type detection
OUTPUT_TEXT
- Output plain text content
- Simple text display functionality
- Useful for debugging and status messages
- Compatible with all workflow steps
Authentication
No authentication required for output tools.Example: Generate CSV Report
Example: JSON Data Export
Example: Multi-format Report Generation
File Type Support
Extension | Description | Use Cases |
---|---|---|
csv | Comma-separated values | Data export, spreadsheet import |
json | JavaScript Object Notation | API responses, configuration |
txt | Plain text | Logs, reports, documentation |
xml | Extensible Markup Language | Data exchange, configuration |
yaml/yml | YAML Ain’t Markup Language | Configuration, documentation |
Use Cases
- Report Generation: Create downloadable reports in various formats
- Data Export: Save processed data for external use
- Configuration Files: Generate config files for other systems
- Documentation: Create structured documentation files
- Backup and Archive: Save workflow results for future reference
- User Downloads: Provide files for user download
- System Integration: Generate files for external system import