Hi,
I have a excel sheet with Table 1 with column name 'Project Code'. In the PowerApp i have a dropdown selection box name as Dropdown1 and I just want to return the email address in the text input box.
On the text input box, I written the formula as LookUp(Table1,'Project Code'=Dropdown1.Selected.'Project Code', 'Project Manager Email').
There is a syntax error as shown below:

Please advice how to resolve the above issue. Is my formula written wrongly? Appreciate someone out