Skip to content
FlowHubFluxonLab
Airtable
Airtablefree

Sync Monday.com board groups and tasks to Airtable using a sub-workflow

by Prakash Softwareadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAirtableAirtableCCodeMonday.comMonday.com
Share Post Share
MaStartFetch All BoardsCoCombine All ResultsCombine All Res…Fetch Groups for BoardFetch Groups fo…CoAdd Board Context to GroupsAdd Board Conte…EWSend to Sub-workflowSend to Sub-wor…SIProcess Each BoardProcess Each Bo…EWReceive Groups from ParentReceive Groups …SILoop Over GroupsCoExtract Groups Array1Extract Groups …Fetch Tasks from Group1Fetch Tasks fro…CoFormat Task Data1Format Task Dat…Sync to Airtable1Sync to Airtabl…CoReturn to Parent1Return to Paren…1234567
1/5
FLOWS
STEPS · 7
Run manually by an operator

Quick Overview This workflow manually fetches all Monday.com boards, retrieves each board’s groups and tasks, and syncs the task details into Airtable using a delegated sub-workflow pattern. How it works Starts manually to initiate the sync. Fetches all boards from Monday.com and iterates through them in batches. For each board, pulls all board groups from Monday.com and enriches each group with board context (ID, name, state, owners, and metadata). Sends the group list to an execute-workflow trigger as a sub-workflow and waits for it to finish processing. In the sub-workflow, flattens the incoming groups into individual group records and iterates through them. For each group, fetches all Monday.com items in that group, formats key fields (owner, status, type, and story points), and upserts them into an Airtable table using “Monday Task ID” as the unique key. Returns a success message to the parent workflow and aggregates per-board sub-workflow results into a combined output. Setup Add Monday.com API credentials with permission to read boards, groups, and items. Add an Airtable Personal Access Token and select the target base and table for upserts.

Tags

n8nreference-onlyairtablemonday-com
Connects
airtableAirtableCCodemondaycomMonday.com
CategoryAirtable
Triggermanual
Complexitycomplex
Nodes14
AddedJul 10, 2026