Allow users to upload files for use in your workflow
The Upload File Block is a user input component that prompts users to upload a file. It’s designed to wait for the user to select and upload a file before proceeding with the workflow. This block is particularly useful when you need to incorporate user-provided files into your flow for further processing or analysis.
The questions/prompts to display to the user. Only available when “Use Input” is enabled.
A value to wait for before showing the file upload prompt. Only available when “Wait For Input” is enabled.
The uploaded file data. This can be used in subsequent blocks for processing or analysis.
The message displayed to the user when prompted to upload a file. Only editable when “Use Input” is disabled.
When enabled, allows the prompt message to be provided via the questions input port instead of the editor settings.
When enabled, delays showing the file upload prompt until the “Wait For” input receives a value.
The file types that the block will accept. Default supported types:
prompt
to “Please upload a CSV file for analysis”.output
to subsequent blocks to process the uploaded file.Always validate and sanitize uploaded files before processing them further in your workflow to ensure security and data integrity.
What's the difference between using the prompt setting vs input?
When “Use Input” is disabled, the prompt message is set statically in the editor settings. When enabled, the prompts can be dynamically provided via the questions input port.
How does the Wait For Input feature work?
When “Wait For Input” is enabled, the file upload prompt won’t be shown until a value is received on the “Wait For” input port. This allows you to sequence file uploads after other operations complete.
What file types are supported?
By default, the block accepts PDF files, Microsoft Word documents (both .doc and .docx formats), and CSV files. The accepted file types are configured through the MIME types in the block settings.
Allow users to upload files for use in your workflow
The Upload File Block is a user input component that prompts users to upload a file. It’s designed to wait for the user to select and upload a file before proceeding with the workflow. This block is particularly useful when you need to incorporate user-provided files into your flow for further processing or analysis.
The questions/prompts to display to the user. Only available when “Use Input” is enabled.
A value to wait for before showing the file upload prompt. Only available when “Wait For Input” is enabled.
The uploaded file data. This can be used in subsequent blocks for processing or analysis.
The message displayed to the user when prompted to upload a file. Only editable when “Use Input” is disabled.
When enabled, allows the prompt message to be provided via the questions input port instead of the editor settings.
When enabled, delays showing the file upload prompt until the “Wait For” input receives a value.
The file types that the block will accept. Default supported types:
prompt
to “Please upload a CSV file for analysis”.output
to subsequent blocks to process the uploaded file.Always validate and sanitize uploaded files before processing them further in your workflow to ensure security and data integrity.
What's the difference between using the prompt setting vs input?
When “Use Input” is disabled, the prompt message is set statically in the editor settings. When enabled, the prompts can be dynamically provided via the questions input port.
How does the Wait For Input feature work?
When “Wait For Input” is enabled, the file upload prompt won’t be shown until a value is received on the “Wait For” input port. This allows you to sequence file uploads after other operations complete.
What file types are supported?
By default, the block accepts PDF files, Microsoft Word documents (both .doc and .docx formats), and CSV files. The accepted file types are configured through the MIME types in the block settings.