Jotform intake submission digest
Scheduled read-only Jotform intake digest. It reads the current account, one form, recent submissions, reports, and account usage through recued-core.jotform, renders compact review tables, and optionally sends an in-app nudge when submissions are visible. It never creates, updates, deletes, clones, downloads files, mutates webhooks, changes account settings, or calls arbitrary Jotform endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (19 steps)
form_id
trim
Trim whitespace from setting form id
user
?
form
?
submissions_raw
?
reports_raw
?
usage
?
submissions
default
Apply default
reports
default
Apply default
submission_count
count
Count items in submissions
report_count
count
Count items in reports
has_submissions
compare
Check if submission count is greater than 0
notify_enabled
compare
Check if setting notify when submissions equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
submission_rows
slice
Take a subset of
report_rows
slice
Take a subset of
submission_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.
form id
setting
=
jotform
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
start hour
setting
=
8
notify when submissions
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.