Fbl.Dupe¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The Form ID of the form to be duplicated. | NoneInt16Fbl.TypedFormId | ||
| Output ➡️ | The Form ID of the newly duplicated form. | NoneInt16Fbl.TypedFormId | ||
| Wait | No | Wait for the duplication process to complete before continuing. | true | Bool | 
Duplicates the form specified (that is specified through the Form ID passed in as input). The duplicated form retains the same traits, variables, and other properties as the original form. This operation is asynchronous, and the Form ID of the new form is returned once the duplication process is complete.