Create a monday.com item intake
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
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
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.