Skip to main content

DOWNLOAD

Downloads a file constructed from text or an existing Blob. The filename is required.

At a glance

  • Category Browser
  • Aliases DOWNLOAD_TEXT
  • Version: 1.0.6
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
filenameName of the file to download (required).NonefalsefalseNoneNone
contentTypeThe content-type to set for the download of the file.text/plainfalsefalseNoneNone

Inputs

TypeDescriptionDefaultRequiredResolved
filenameThe filename to be used - use cfg.filename insteadNonefalsefalse

Examples

Download a text file

- step: SET
text: "Some text to download"
- step: DOWNLOAD
filename: "hello.txt"

See Also

General Resources: