Multi Pipeline Function Generator
Overview
You can use this Snap to transform pipeline properties and parameters (such as pipeline name, purpose, and OpenAPI parameters) into function definitions.

Format-type Snap
Works in Ultra Tasks
Prerequisites
None.
Known issues
None.
Limitations
- Converse and Gemini models do not support Strict mode. Therefore, they ignore this value.
Snap views
View | Description | Examples of upstream and downstream Snaps |
---|---|---|
Input | This Snap can have none or one document input view. The input can be a pipeline path from which the Snap reads the required properties. | |
Output | This Snap has exactly one document output view. The output contains a list of function definitions. | |
Error |
Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:
Learn more about Error handling in Pipelines. |
Snap settings
- Expression icon (
): JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Account configuration.
- Upload
: Uploads files. Learn more.
Field / Field set | Type | Description |
---|---|---|
Label | String | Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline. Default value: Multi Pipeline Function Generator Example: Execute reusable pipeline logic |
Pipelines | Use this field set to add the pipeline assets. | |
Pipeline path | String/Expression/Suggestion | Specify the path to the pipeline from which to extract properties. Important:
Default value: N/A Example:
|
Strict mode | Checkbox |
Select this checkbox to ensure that the Snap validates the input parameters
strictly according to the defined schema or constraints.
Important:
Default status: Deselected |
Aggregate input | Checkbox |
Select this checkbox to aggregate all incoming documents into a single input for the pipeline function. Default status: Deselected |
Snap execution | Dropdown list |
Select one of the three modes in which the Snap executes.
Available options are:
Default value: Validate & Execute Example: Execute only |