Limit users like a poker table or any other game

I have a button called “join Pool” which makes users join a pool and once it reaches 10 users in the database, the 11th user should be able to join a new pool of 10 users.

This is done in many games, and i am sure bubble has it too but i cannot figure it out yet
any help would be much appreciated

Thank you. :pray::pray::pray:

You might be able to do something like this:

Do a search for POOLS:Count is 0
Create new pool - - Add current user to Pool.

(Inside the “do a search for” make sure you are finding pools where USERS <10)

Do a search for POOLS:First Item

(Inside the “do a search for” make sure you are finding pools where USERS <10)

Add Current user to RESULT OF WORKFLOW1’s Pool.

1 Like

Thank you for your immediate response.

But i am really new to this and its not very clear to me.

when they click the “join a pool” button
in the workflow-Data tab i create a new thing which is ‘Create a new pool’ only when 'search for POOLs:count is 0

am i correct so far ?

This topic was automatically closed after 70 days. New replies are no longer allowed.