Add a Jotform form question
Approval-gated Jotform question creation workflow. It reads one form and existing questions for context, then adds one question through recued-core.jotform.form.question.create using Jotform's documented form-encoded question[*] body shape. It does not delete questions, update arbitrary questions, mutate forms outside the single added question, create webhooks, download files, 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
question_body
trim
Trim whitespace from setting question body
reason
trim
Trim whitespace from setting reason
form
?
questions_raw
?
questions
default
Apply default
question_count
count
Count items in questions
has_body
compare
Check if question body has data
question
?
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
=
question body
setting
=
question[type]=control_textbox&question[text]=Company&question[order]=3&question[name]=company&question[required]=No
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.