Skip to content
Recued
Menu
← Back to recipes

Create a monday.com item intake

by recued-core v1

Approval-gated monday.com item intake workflow. It reads the destination board and groups for context, creates exactly one item with bounded board, group, name, and column-values fields, and can add one optional initial update through recued-core.monday. It does not update existing items, move or archive items, create groups, mutate columns/schema, delete, upload files, invite users, send notifications, or call arbitrary monday.com GraphQL.

How it works 16 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (16 steps)
board_id trim
Trim whitespace from setting board id
item_name trim
Trim whitespace from setting item name
group_id trim
Trim whitespace from setting group id
column_values trim
Trim whitespace from setting column values
update_body trim
Trim whitespace from setting initial update
has_board compare
Check if board id has data
has_name compare
Check if item name has data
has_update compare
Check if update body has data
board ?
groups ?
skip_create any
Check if any of the conditions are true
created_item ?
skip: step.skip_create equal true
skip_update any
Check if any of the conditions are true
update ?
skip: step.skip_update equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

monday setting =
board id setting =
group id setting =
item name setting =
column values setting = {}
mentions list setting =
initial update setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Monday connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.create_itemdata.boardsdata.create_update

About

Tags

monday mondayitemintakecreateapprovalwork-managementproject-managementpack:monday

Details

16 steps 7 configurable settings recipe_id: create-monday-item-intake