Hi @hkapoor1989,
Have you resolved your problem?
Do you want to retrieve the Age in a TextInput based on the Name selected?
Could you please tell me that how you set the Items property of the dropdown?
Set the Default property of the TextInput as:
LookUp(Table,Name=Dropdown.Selected.Value).Age
I assume that you set the Dropdown box using Dsitinct(Table1,Name), if you populate it using Table1.Name directly, please refer to Dropdown.Selected.Name.