Jump to Content
FL0
HomeDocumentationChangelogDiscussions
Log InFL0
Log In
HomeDocumentationChangelogDiscussions

Getting started

  • Overview

Flows

  • Overview
  • Creating flows
  • Using components
  • Understanding data flow
  • Writing expressions
  • Running flows
  • Debugging flows
  • List of components
    • Array Append
    • Array Clear
    • Array Declare
    • Array Item
    • Array Map
    • Array Remove Item
    • Build Object
    • Call External API
    • Call Function
    • Call Internal API
    • Delay
    • Delete
    • End (Return Data)
    • End (Return HTTP Response)
    • Error
    • If
    • Insert
    • JavaScript
    • Loop
    • Save File
    • Select
    • Set Variable
    • Start (Function)
    • Start (HTTP Request)
    • Start (Scheduled Trigger)
    • Update
    • Upsert
    • Write Log
    • Call API
    • Declare Variable
    • Delete File
    • Get File
    • String to JSON
    • XML to JSON

Databases

  • Overview
  • Setting up a database
  • Creating records
  • Reading multiple records
  • Reading a single record
  • Updating records
  • Deleting records
  • Creating relationships
  • Creating CRUD flows
  • List of field options
  • List of data types

Other features

  • Auth policies
    • Basic
    • HTTP Flow
    • Jwt
    • Key
  • Configuration
  • Input schemas
  • Marketplace
  • Swagger
  • Version control

Custom integrations

  • Overview
  • File structure
  • Using custom integrations
  • Creating a manifest.json file
  • Handling user configuration
  • Validating user configuration
  • Scaffolding
    • Creating database tables
  • List of manifest.json options
    • List of flow action options
    • List of installation validation options
    • List of scaffolding options

Custom Integrations API

  • Flow Action API
  • Installation Validation API
  • Scaffolding API
    • DataTableManager
    • FlowManager
Powered by 

Call Function

Suggest Edits

Runs a Function flow.

Inputs

Subflow

The Function flow to execute.

Note: If the selected Function has inputs, they appear after selecting the Function.

Outputs

Return Values

An object that contains the properties defined by the Function flow's End (Return Data) component. You can also access each individual property via this object.

Updated 8 months ago


  • Table of Contents
    • Inputs
      • Subflow
    • Outputs
      • Return Values