# I need help with creating an order number

**URL:** https://forum.adalo.com/t/i-need-help-with-creating-an-order-number/634
**Category:** Get Help
**Created:** [April 7, 2020, 5:44pm UTC](https://forum.adalo.com/t/i-need-help-with-creating-an-order-number/634 "2020-04-07T17:44:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![alexanderjason](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/alexanderjason/32/581_2.png) [@alexanderjason](https://forum.adalo.com/u/alexanderjason)
#### Post date: [April 7, 2020, 5:44pm UTC](https://forum.adalo.com/t/i-need-help-with-creating-an-order-number/634/1 "2020-04-07T17:44:08Z")

</div>

Hi, I have been building a food ordering app, I have most of the functionalities working, but I am having a bit of difficulty with assigning an order number to an order. Please I would it if I could get help with this.

thank you

---

<div class="post-metadata">

### Author: ![Ben](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/ben/32/9_2.png) [@Ben](https://forum.adalo.com/u/Ben)
#### Post date: [April 8, 2020, 2:26am UTC](https://forum.adalo.com/t/i-need-help-with-creating-an-order-number/634/2 "2020-04-08T02:26:04Z")

</div>

Have a Number property on your Orders collection called order number. Then in the Action that creates a new order, in the order number field enter “[Orders Count] + 1”

---

<div class="post-metadata">

### Author: ![alexanderjason](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/alexanderjason/32/581_2.png) [@alexanderjason](https://forum.adalo.com/u/alexanderjason)
#### Post date: [April 8, 2020, 11:56am UTC](https://forum.adalo.com/t/i-need-help-with-creating-an-order-number/634/3 "2020-04-08T11:56:36Z")

</div>

thank you!  
seems to be working just fine.
