Hi Everyone, How to display selected item details from list?

I have created list of employees in one scene in vertical scroll view with buttons if we click on any of the button selected employee details should display in another scene how it is done by using unity.please help anyone,
Thank you in advance

You should be able to create a game object that you pass from scene to scene and use DontDestroyOnLoad to protect the game object.

Also, this is a more comprehensive answer:

https://gamedev.stackexchange.com/questions/110958/unity-5-what-is-the-proper-way-to-handle-data-between-scenes