Hi, how can i get a template for variations?

I need to make an inventory for shirts or jackets, sizes are 44,46,48,50… oe s,m,l,xl,2x… so how can i do this? when i am trying it it says size,1,2,3,4,5… instead of the format i need
thanks

0 3 476
3 REPLIES 3

You could use for example an Enum filed for that list.

thank you, i got that part but how can i define the quantity for each item?
i am sorry i really don’t know excel but i have to use it can you please explain little more, thank you so much

Use an Enum field type with a Valid If formula like LIST(44,46,48,50,s,m,l,xl,2x). It will create a dropdown list or buttons to your form.

Top Labels in this Space