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 

Array Remove Item

Suggest Edits

Removes an individual item from an array variable.

Inputs

Array Name

The name of the array variable to remove the item from.

Index of item to be deleted

The index of an item in the array. This starts from zero.

Outputs

This component doesn't have any outputs.

Updated 8 months ago


  • Table of Contents
    • Inputs
      • Array Name
      • Index of item to be deleted
    • Outputs