This task creates a HTTP that can be returned from a process that has a HTTP trigger. The task makes it possible to manually set content-type, encoding, content and HTTP headers for the response.
Input Parameters
| Parameter name | Description | Data type | Example values | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Files | Collection of files to be read.
| Object collection |
Output
Dynamic object that contains the contents of the files that were read as properties of the object.
Example Usage
Parameters
Dynamic result (represented here as JSON)
{
"MyFile1": "<foo>bar</foo>",
"MyFile2": "<bar>foo</bar>"
}
Using the result
You can refer to the properties of the dynamic object in other tasks using the following syntax.
(#result).MyFile1
