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 

Set Variable

Suggest Edits

Creates a variable that can be referenced later in the flow.

Inputs

Variable Name

The name of the variable.

Value

The value of the variable.

Outputs

The value of the variable.

Updated 8 months ago


  • Table of Contents
    • Inputs
      • Variable Name
      • Value
    • Outputs