General

Under the general tab within the No-code builder, there are nodes that are commonly used within pipelines.

  1. Input / output: Input nodes allow users to pass text or files to their Pipelines at the start of every run. Output nodes receive data from another node and displays it to the user.

  2. Text: allows you to write plain text and pass it to other nodes.

  3. Pipeline: allows you to nest pipelines / call other pipelines within a pipeline.

  4. Transform: allows you to utilize a transformation (custom python code) within a pipeline.

  5. File Save: allows you to save data. Saved data will appear under "Storage" >> "Files".

  6. Note: allows you to leave comments on the pipeline.

Last updated