Need help with basic formatting

I am trying to create a simple language app. When the user clicks on a tile on the home screen, each unique tab should appear for each tile.

However, when I click on the tiles, it is all the same screen. How do I make it different for each tile?

Create a custom action with a separate conditional branch for each tile.

  • If name is Introductions, then do X
  • If name is Vital Signs, then do Y
  • etc…

I would recommend numbering the rows, and then use those numbers in the action conditions. Then it won’t break if you change any of the names.

Actually, just looking closer at your screen shot, it appears that you may be working with a Classic App? If that’s the case, then you should have access to Independent Screen Configuration. You’ll find it as a checkbox option in your List Action settings.

2 Likes