# How can I know this order is new

**URL:** https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383
**Category:** Ask for Help
**Created:** [September 4, 2021, 6:04pm UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383 "2021-09-04T18:04:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [September 4, 2021, 6:04pm UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383/1 "2021-09-04T18:04:43Z")

</div>

I have listed orders in a list.i need to know which all orders are new.how to do this?

---

<div class="post-metadata">

### Author: ![Iftach](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/iftach/32/29848_2.png) [@Iftach](https://community.glideapps.com/u/Iftach)
#### Post date: [September 4, 2021, 7:23pm UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383/2 "2021-09-04T19:23:41Z")

</div>

You can set a new column named “status” which will be blank by default when a new item is created, then add a button setting the column value of a certain row to “In Progress” or “Completed” and then filter all items that are blank.

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [September 4, 2021, 7:34pm UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383/3 "2021-09-04T19:34:00Z")

</div>

I want the order status to be completed manually in order admin app like,packed yet deliver and then the delivery boy manually should change to package deliver.

---

<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: [September 4, 2021, 11:31pm UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383/4 "2021-09-04T23:31:56Z")

</div>

Then when users create a new order just write a “New” value by default to the “Status” column @Iftach mentioned above. Is there anything else that prevents you from doing so?

---

<div class="post-metadata">

### Author: ![Iftach](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/iftach/32/29848_2.png) [@Iftach](https://community.glideapps.com/u/Iftach)
#### Post date: [September 5, 2021, 12:59am UTC](https://community.glideapps.com/t/how-can-i-know-this-order-is-new/31383/5 "2021-09-05T00:59:36Z")

</div>

You can call the progress steps as you like, furthermore, you can even use choice component to present the exact options you want or even display buttons for each rule based on the current step of an order (for example, delivery boy will see in his homepage only active deliverys assigned to him, and have button to mark as completed)
