Service
File Service
Learn how to access the output of a file service step in subsequent steps.
File Service steps process files by extracting contents, images, and pages. The output is a file object that can be used in subsequent steps.
Output Structure
File Service steps return the following object:
Accessing File Service Output
Let’s see how to access the output of a File Service step.
In code steps:
CODE_STEP
In non-code steps like model messages, HTTP request URLs, request bodies, and other configuration fields:
Accessing File Contents and Images
To access file contents or images, you must enable Enable Contents
and Enable Images
in the file service step configuration.
Without these properties enabled, when you try to access contents or images, they will be empty.
In code steps:
CODE_STEP
In model messages:
Was this page helpful?