Form

Introduction

The "Form" trigger allows you to run the automation manually via panel. When you create an automation using this trigger, an entry will be added on the Forms page on the panel.

Configuration

  • Description: A brief description of the form's purpose. Can be up to 1000 characters long.

  • Inputs: Define the inputs or questions in the form. Each input requires:

    • Key: A unique identifier for the input. Automatically generated but can be customized.

    • Name: The name of the input field. Must be between 1 and 40 characters. This field is required.

    • Schema: The type of data expected for the input (e.g., text, number, choice). Must be specified from available data types.

Forms can have up to 30 inputs, allowing for detailed and structured data collection from users.

Variables

  • Inputs: Inputs that will be required when using the form. This dynamic variable adapts based on the form's configuration, providing access to the submitted data for further processing or decision-making in the automation workflow.

Last updated