Skip to main content

Create Form Instance

Creates a new form instance based on a given form ID.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Form ID - The ID of the form to use for creating a new instance. Form ID is the output of the Create Form node.

Output

  • Form Instance ID - The ID of the newly created form instance.
  • Form URL - The URL at which the new form instance can be accessed.

Options

  • Type - Determines if the created form instance is disposable or permanent.
    • Disposable - Once these forms are submitted, they cannot be accessed again.
    • Permanent - These forms are enduring and can be submitted multiple times.