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.

- This is a 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
| Type | 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. | |
| Learn more about Error handling. | ||
Snap settings
- Expression icon (
): Allows using 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 Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- 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 |
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Validate & Execute Example: Execute only |