Skip to content
Recued
Menu
← Back to recipes

Create a Jotform form report

by recued-core v1

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 10 steps

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 4 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

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

About

Tags

jotform jotformformsreportsreport-createapprovalpack:jotform

Details

10 steps 4 configurable settings recipe_id: create-jotform-form-report