Create new type of thing using form

I want this app can create new thing type ( actually create new table in database) using form, the new thing name will be the user’s input. is it possible to do that? if not, what is the alternative way to achieve that?,

Need help from expert here…

Bubble doesn’t allow the dynamic creation of a new type as you are hoping. What you can do is create a type (say called “Custom”) and accept the name of the “type” of the user to be the “name” field. Filter by the name on the type to retrieve your psuedotype.

what about creating a new type inside a current type , I mean thing as a new type, maybe list type of thing instead?

Hey, did you by any chance figure out how to do this, or a work-around?

yes, kinda