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 

Start (Scheduled Trigger)

Suggest Edits

Defines when a Scheduled Trigger flow is triggered.

Inputs

CRON

The schedule on which to run the flow, represented as a cron expression.

Tip: If you need help writing cron expressions, see crontab.guru.

Outputs

CRON

The cron expression that triggered to the flow.

Triggered Time

The date and time of when the flow was executed.

Updated 8 months ago


  • Table of Contents
    • Inputs
      • CRON
    • Outputs
      • CRON
      • Triggered Time