I need help with creating an order number

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

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”

1 Like

thank you!
seems to be working just fine.