website logo
⌘K
Introduction
Automation Editor
API Editor
BUILD GUIDE
Environments
API
Design
Webhooks
Connections
Constants
WEBHOOKS SETUP
Google Calendar Webhook
Quickbooks Webhook
Slack V2 Webhook
Stripe Webhook
Square Webhook
Twitter Webhook
Xero Webhook
Zoom Webhook
CORE APIs
Core API Functions
Core Multi
Core Bulk
Text
Number
List
DateTime
JSON
Web
ACCOUNT MANAGEMENT
Manage Account
Analytics
Monitor Your Tasks
Request APIs
Request Provider
Docs powered by archbee 
2min

Splice

Splits a given JSON List into two based on splice index and splice rows. If the list has 5 rows and the splice_index is 0 and splice_rows is 3, then the output will have two lists. First one will have the first 3 items and the second one will hold the remaining seven.

The function can be used to extract a range from anywhere in the list by configuring the splice_index and splice rows accordingly.

Note: The splice_index function is a zer based index. Which means that 0 refers to the first item in the list.



API Definition

Call the following API:
POST
Params


Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Sum JSON Objects
Docs powered by archbee 
Splice API