Visibility condition is false

Ok, so it’s a collection of items. The thing is that the detail screen for each item in that collection is linked to the same table, so it is normal for the layout of each item detail screen to be the same. Normally if you had something like a list of employees, you would want each screen to be the same and only the information about the employee would be different.

Sounds like you want a unique screen layout for each item. To do that, you will have to create a custom action on the item click. In that custom action you will need an series of IF branches with a ‘Show New Screen’ action below each branch. Each IF condition will need to look at some value in your table to know which screen to go to.

2 Likes