Smartsheet workspace portfolio digest
Scheduled read-only Smartsheet portfolio digest. It reads the current user, visible workspaces, sheets, and reports through recued-core.smartsheet, renders compact tables, and optionally sends an in-app nudge when portfolio items are visible. It never creates, deletes, shares, imports, uploads attachments, creates webhooks, administers users or groups, moves or copies items, sends email/update requests, mutates automations or proofs, or calls arbitrary Smartsheet endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (21 steps)
current_user
?
workspaces_raw
?
sheets_raw
?
reports_raw
?
workspaces
default
Apply default
sheets
default
Apply default
reports
default
Apply default
workspace_count
count
Count items in workspaces
sheet_count
count
Count items in sheets
report_count
count
Count items in reports
has_items
compare
Check if sheet count is greater than 0
notify_enabled
compare
Check if setting notify when items equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
workspace_rows
slice
Take a subset of
sheet_rows
slice
Take a subset of
report_rows
slice
Take a subset of
workspace_table
to_table
Format results as a data table
sheet_table
to_table
Format results as a data table
report_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
smartsheet
setting
=
start hour
setting
=
8
notify when items
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.