Clone a KoboToolbox Form
kobo_clone_formCopy an existing KoboToolbox form's structure into a new project, excluding submissions, to reuse questionnaires or test changes without affecting live data.
Instructions
Copy an existing form's structure into a brand-new project, without its submissions.
Useful to reuse a questionnaire for a new round, region or season, or to experiment on a copy instead of a live form.
Args:
uid (string): asset uid of the form to copy
name (string, optional): name for the copy (default ' (copie)')
deploy (boolean, default false): deploy the copy immediately
Returns: the new form's uid and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Asset uid of the form to copy | |
| name | No | Name for the copy (default: '<original> (copie)') | |
| deploy | No | Deploy the copy immediately |