Change table structure within the app

Hi,
I am creating an app where the user can decide (during on-boarding phase) the name of the fields and type of fields (Numeric, Text, Date, Boolean). I would like to know if I can within the bubble functions:

  • if table exist delete it
  • recreate the table with the new required structure

Thanks

No, you can’t.

But you could create a number of fields of the various types, and then map between the user’s name and the fields.

1 Like

Ok, thank you.