Hi There,
I Have three tables USER, TTD and DETAIL TTD. In TTD Table, there are two columns that I want to fill in with data from USER table based on USERMAIL () which is also stored in USER table.
Solved! Go to Solution.
Hello @Helmi_87, welcome to the Appsheet community!
To search a table using an especific value, you can use the LOOKUP() function.
LOOKUP( find-value , in-dataset , in-column , return-column )
LOOKUP(useremail(),"USER","Email_column","Return_column")
User | Count |
---|---|
15 | |
12 | |
9 | |
8 | |
4 |