Downloading Base64 Encoded Data
Downloading Data Retrieved from Amazon S3
Creating a Dataflow
- Click [Create] in the [Dataflows].
- Select any data source integrated with Amazon S3.
- Enter the bucket name in [Bucket].
- Enter the key in [Key].
Placing Components
- Place a [Button].
- Create an event via [Add].
- Select [Download] for the [Action].
- Ensure that [Data type] is set to
Base64
. - Enter the file name at download time in [File name].
- Enter
{{ dataflow1.data.Body }}
in [Base64 encoded data]. - Enter
{{ dataflow1.data.ContentType }}
in [Content type].