HI,
I have a powerapp where its two data sources are connected (sharepoint temp recording list & excel tabl1). In one field there is a user().email which auto populates whenever anyone login. This seats on DataCardValue16.
The idea is to have a field called GIN No(numeral type column) which should lookup the table1 using the input from datacardvalue16 find and locate the related number from the GIN colum from table1. Formula LookUp(Table1,Email=DataCardValue16.Text,GIN) doesnt populate anything on the desired GIN NO field. Refer to the screenshots.
Temp record Sharepoint list->
Table1 -> 
Formula of the GIN NO field.
