Dcuras
1
Hello,
I am building an app that helps people track items bought at thrift stores and record data when flipping them.
At the moment I am using an email field to define row owners.
If I wanted an “admin’” to be able to see the details of an item could I with row owners applied.
1 Like
Hola @Dcuras
Yes, you need to create a new email column add the admin email and apply the row Owner.
1 Like
If you have one email only you can use an arrayformula to add it to the sheet.
={"Admin email";ARRAYFORMULA(IF(A2:A<>"",admin@example.com,""))}
If you have multiple emails and it can be changed overtime it’s a bit more difficult to achieve, but doable.
1 Like