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?,
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.