Using a thing as a data type to create a new thing

Hello! I want to know how we can use an existing thing as a data type to create a new thing, especially when that existing thing is list made with recreating group.

If I understand correctly: You want to dynamically generate a new type of thing in the database…? This is not supported (yet!) – one day, most likely, but that day is not today. :timer_clock:

Unless you meant you’d like to duplicate one thing which contains a list of another type of thing?

In the lessons video there is an example of voting city. The thing created here is “city”.
The recreating group is used here to generate the list of cities.
So my question is, can I use this recreating group as part of another thing?

Trying to learn the Bubble App!!!