see data by email

When data is entered with an e-mail address, I want only that e-mail address to see the data entry. how can I do it.

1 5 235
  • UX
5 REPLIES 5

Hi @ahmet_dastemir

Follow this steps:

  1. Add column in you table name [user_email], and you can give it any name you want example [email].
  2. after that go to Data>Slices use this Expression

CONTAINS(USEREMAIL(), [email])

  1. From UX Chose your view what you want, from data use your slice with the Expression

Instead of using CONTAINS() - which is not the most efficient of formulas - use the following:

UserEmail() = [Email]

  • This will be much faster to process.

You can learn more about this from the following post

@MultiTech_Visions Your are correct

Steve
Platinum 4
Platinum 4

thank you

Steve Coile via AppSheet Creator Community <appsheet@discoursemail.com>, 18 ลžub 2021 Per, 19:43 tarihinde ลŸunu yazdฤฑ:

Top Labels in this Space