Installation
Install the screen template by running the following command:screens/document-upload-screen.tsx
.
Usage
Required Props
This screen template does not require any props. It handles document upload and returns the uploaded document information.Example
workflow.py
Returns
The screen returns the uploaded files directly:Name | Type | Description |
---|---|---|
uploadedFiles | object | The uploaded document files object containing file metadata and content |