Developer & DevOps

Process large datasets in controlled batches with conditional logic

21 nodes 323 125 Automatic trigger
Download

Workflow Description

Workflow that receives bulk data via manual trigger and HTTP request, divides it into sized batches, applies conditional logic and custom code to each batch, implements wait intervals to prevent system overload, and exports processed results as a downloadable file.

How it works

  1. 1.Receive data through manual trigger and HTTP request endpoint
  2. 2.Divide incoming data into predefined batch sizes
  3. 3.Execute conditional checks and custom code processing per batch
  4. 4.Insert wait intervals between batch cycles to manage load
  5. 5.Convert and export final results to file format

Use cases

  • Process customer lists or product catalogs in large volumes without service disruption
  • Export refined datasets from databases as structured file batches

Requirements

  • Active n8n account with API access permissions
  • Basic understanding of JSON data format and file output structures

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Split In Batches

Details

Trigger Automatic trigger
Nodes 21
Apps 1
Views 323
Downloads 125

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (21)

/

Set Fields

Set

#1

When clicking ‘Start’

Manual Trigger

#2

Check Task Status

HTTP Request

#3

Create Task

HTTP Request

#4

If

If

#5

Wait

Wait

#6

Get RAW Audit Data

HTTP Request

#7

Extract URLs

Code

#8

Loop Over Items

Split In Batches

#9

Query GSC API

HTTP Request

#10

Wait1

Wait

#11

Map GSC Data to URL

Set

#12

Merge GSC Data with RAW Data

Code

#13

Build Report Structure

Code

#14

Generate HTML Report

Code

#15

Extract 404 & 301

Code

#16

Loop Over Items1

Split In Batches

#17

Map URLs Data

Code

#18

Get Source URLs Data

HTTP Request

#19

Sticky Note

Sticky Note

#20

Download Report

Convert To File

#21