How to load data when clicked on the list item on the same page

I have a list of items on the left side of screen, and i want to load details of that item on the right hand side when an item is clicked.
i tried finding solution to this, what i came up so far is create new screen with item details and show that as a modal.

Please see the screenshot

Hi @pmoolrajani you are right that you will need to create a new screen for this. It doesn’t neccesarily need to be a modal though. It can be a normal screen and you even copy and paste the elements from the previous page and update them to make it appear that the changes happen on the same page. To complete this effect, the link action to the other screen should have transition set to “none”.

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