How can I automate the creation of screens from a database?

Hello,
I want to create screens automatically from a database.

How can I automatically create a new screen each time there is a row in a database?
I have about 300 screens to create.
I would like to create a screen template and have the text field automatically filled with the text present in the database.
If I have 300 rows in my database, with just one text field on each of the rows, how do I get this text field to be automatically inserted into a new screen, it would take far too long.
I don’t want to manually create 3 screens and then manually enter the text for each screen.

I need to automate the creation of the screens and have them fill in automatically with the information and therefore the lines from the database.
Then, each time I add rows to the database, I’ll need to create new screens which will be updated with the content of the new rows added to the database.

Can Adalo create as many screens as there are rows in a database?
And if so, can it do this automatically?

Thank you for your help :slight_smile:

Best Regards

Guillaume Nadal

Hi Guillaume,

You only need one screen. Then you pass the data to it, which displays from your database. So if each page is an article, you just need a view article page. You will have a list of articles on another screen. The list links to the view article page and then you have available ‘current article’ data on your view article screen.

So title of this page is current article > title
the content is current article > content

etc.

2 Likes

Hello

Thank you very much for your reply.

I’m not sure I’ve understood everything but I’m going to try to create a single page, which will have a dynamic display based on a database of articles.

I will come back to you if I encounter any further difficulties.

Best Regards