After Selecting the value from dropdown, you can call a Datatransform to connect to Datapage and get respective empName, Address, salary. You can try something like OnChange of Dropdown :
Post the value
Call a data transform, to pass the value as a parameter and set the values accordingly
Refresh the section. Ensure to check “disable submit on refresh”, such that the set value isn’t overridden.