Screens with custom list

So, I am new to Adalo, and right now for a project, im making a f1 themed app, I want to use the custom list function to put all the current f1 cars, I had already put my f1 cars in a database, and linked it to the list, but now I dont know how to make it so that 1 list button links to a screen only for that car, I have premade all the screens for each cars, just dont know how to link it, please help!

Hey @nighttt, welcome to the community :waving_hand:

Regarding linking your custom list to a screen that displays the car info, please check the followng steps:

  • Create a custom list of (Cars Collection) with a (View) button.
  • Add action to this button to link to another screen to display car’s info.
  • In the second screen, it’ll be a dynamic screen. So, you’ll receive on it this data source (Current Car), and you can display any info about the car through text, image… components by using (Magic texts).

Let me know if you need more info.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.