How to build a queue in my app?

I am building a crowdfunding website and would like members to be able to fund multiple projects and have their projects funded as a reward for helping fund others. How can i build a queue in bubble that allows me to Give the users a number showing That they are the 5th person in line for their project to be funded.

Hi @sabra.wilson5 You can create a new Type of data Called Queue and give the types

Project (fund Project)
User (user waiting)
Already Funded? (yes, no)

And every time a user fund a project you create a record, then you can order by created date and already funded? (no) you will have a list by order

Hope it helps