Generate items
Publish form
After building your form, you can begin to generate items out of it. You can do this when publishing the form or anytime afterward.
Publish form and generate

To publish the form and generate items:
- In the form builder, proceed to the code editor page and click Publish.
- Under Item Count, enter the amount of items you want to generate out of this form.
- Enter the Item Name.
- Click Publish and generate.
Publish form only
- In the form builder, proceed to the code editor page and click Publish.
- Click Publish only.
Generate items after publishing
After you've already published your form, you can go to your project to generate items.
- In the project, click + Add.
- Click Generate Items.
- In the pop-up, under Item Count, enter the amount of items you want to generate out of this form.
- Enter the Item Name.
- Click Generate.
When you enter an item name, it will be used for each item that is generated. The names of the items will contain a numeric suffix based on the item count. This means that if your item name is
Item
and you are generating3
items, they will be named:Item_001
,Item_002
, andItem_003
.
Updated about 2 months ago