Save file to disk
The action helps you save a file to disk. File’s content should be specified in the Input mode dropdown and can be retrieved from:
- an URL
- a given text value
- a base64 content string(both content type and base64 string)
The action also supports:
- providing a path where the file will be saved (either dropdown select or as expression)
- providing a pattern to be used for file name
- duplicates handling method
- output tokens where data about the file is being stored (absolute URL, relative URL, physical path on disk, link click url and file id)
When retrieving a file from an URL endpoint the supported method is GET.