# Create n row?

**URL:** https://community.glideapps.com/t/create-n-row/41187
**Category:** Ask for Help
**Created:** [April 24, 2022, 10:58pm UTC](https://community.glideapps.com/t/create-n-row/41187 "2022-04-24T22:58:40Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 28, 2022, 12:11am UTC](https://community.glideapps.com/t/create-n-row/41187/6 "2022-04-28T00:11:21Z")

</div>

If you want to have each combination of colour & size in a row, then you can do as below:

- Create a custom form, to make it easier for this entry step I would advise only taking in the colour & size, images & stock will be input later when the variants have been created.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

- Allow sellers to enter a comma-delimited list of colours.

- Allow sellers to enter a comma-delimited list of sizes.

- Pass those two lists through a webhook to Make/Integromat.

- Run an iterator through a split function on the colours.

- Connect the iterator above through a split function on the sizes.

- Add an “Add row” (Google Sheets) module and add the current iteration’s value of colour and size as a row.

- Tell sellers their products can only be shown when stock and photo is not empty so they have to input them later when the variants have been created.

---

_[View the full topic](https://community.glideapps.com/t/create-n-row/41187)._
