Recued
Menu
← Back to recipes

What have I edited in Webflow and not published

by recued-core v1 9 views

Use “What have I edited in Webflow and not published” in Recued. Reports whether a Webflow site has edits newer than its last publish, and splits a collection's items into drafts, archived and live. Webflow keeps editing and publishing separate — saved work is not live until someone presses Publish.

How it works 25 steps

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

Process (25 steps)
site_id trim
Trim whitespace from setting site id
site_required template
Generate text from a template
fail: step.site_id is_empty
collection_id trim
Trim whitespace from setting collection id
collection_required template
Generate text from a template
fail: step.collection_id is_empty
limit clamp
Clamp setting limit between 1 and 100
site_raw ?
defaults defaults
Apply defaults
never_published compare
Check if last published is missing
staged_minutes date_diff
Calculate minutes between last published and last updated
staged compare
Check if staged minutes is greater than
items_raw ?
items default
Apply default
item_count count
Count items in items
have_items template
Generate text from a template
fail: step.items is_empty
drafts filter
Filter by condition
draft_count count
Count items in drafts
archived filter
Filter by condition
archived_count count
Count items in archived
live filter
Filter by condition
live_count count
Count items in live
redirects_raw ?
redirects default
Apply default
redirect_count count
Count items in redirects
card to_summary
Format results as a summary card
drafts_table to_table
Format results as a data table
Settings 4 configurable

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

limit setting = 100
site id setting =
webflow setting =
collection id setting =

Trust & control

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

Permissions it requires

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

About

Tags

webflow webflowcmspublishingcontentread-only

Details

25 steps 4 configurable settings recipe_id: review-unpublished-changes-webflow