OCNORA

Form.io

Business appsAPI keycredential probe

Build forms and read, create and update their submissions on a Form.io project (hosted or self-hosted).

OCNORA ships 8 typed Form.io operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 8

  • Create Form
    Create a form or a resource on the project from a component list.
    form_io.create_form
  • Create Submission
    Submit data to a form as if someone had filled it in.
    form_io.create_submission
  • Delete Submission
    Delete one submission from a form.
    form_io.delete_submission
  • Get Form
    Fetch one form's definition, including every component on it.
    form_io.get_form
  • Get Submission
    Fetch one submission with the values that were entered.
    form_io.get_submission
  • List Forms
    List the forms and resources defined on the project.
    form_io.list_forms
  • List Submissions
    List a form's submissions, optionally filtered by its own data fields.
    form_io.list_submissions
  • Update Submission
    Replace the values held on an existing submission.
    form_io.update_submission

Run your first Form.io workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.