Create a Jotform form report
Approval-gated Jotform report creation workflow. It reads one form and existing reports for context, then creates one report through recued-core.jotform.report.create using Jotform's documented form-encoded title, list_type, and fields body shape. It does not delete reports, mutate submissions, download files, create webhooks, mutate labels, or call arbitrary endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (10 steps)
form_id
trim
Trim whitespace from setting form id
report_body
trim
Trim whitespace from setting report body
reason
trim
Trim whitespace from setting reason
form
?
reports_raw
?
reports
default
Apply default
report_count
count
Count items in reports
has_body
compare
Check if report body has data
report
?
skip: step.has_body not_equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
reason
setting
=
form id
setting
=
jotform
setting
=
report body
setting
=
title=Intake%20Review&list_type=grid&fields=ip,dt,1
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.