Hi, I wanted to put a default value in an input control based on a dropdown value. The drop down items consist of StaffList.Title. So I use the lookup function, it does not have any error but did not show any value. I checked in my sharepoint list that the value is there. Can anyone help me how to fix this?
Here's the expression:
LookUp(StaffList, Title = ddFilterClientPIC.Selected.'Name (Title)').ID
Here's the screenshot:
