Skip to main content
Reads an incoming stream of YAML, such as a downloaded file or an API response, and turns it into items your integration can work with. Use this when the data you receive is in YAML. The whole document is read at once, and you can point at a list inside it so each entry becomes a separate item.

Fields

Sample data

This format reads an incoming stream, so it is selected on a step that fetches a file or a response (for example reading a file from a folder) rather than run on data you already have. The example below shows the YAML it reads and the items it produces with the settings listed. Input (the YAML in the stream):
Output (one item per entry in the matched list):