Monitor users which view they are now?

Hi, May i ask about how we can monitor user ? Is it possible to monitor which view they are now ? for application that i would like to use is like function read message in WhatsApp.

0 6 160
  • UX
6 REPLIES 6

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Nuttawutz

As far as I know, you can’t.

Thank you for your answer!

CONTEXT() Allows you to control the behavour of what happens in Appsheet. You could use it like this in a column App Formula to record the view they were in when they clicked save:

IFS(
CONTEXT("View")="This View","This View",
CONTEXT("View")="That View","That View"
)

Simon@1minManager.com

Thank you for suggestion about CONTEXT(). If i use context() that mean user have to add or edit to trigger formula CONTEXT(), Right ? So basically, I cannot monitor user if they are only on the view.

What you’d do is to add an extra column and use this as the App Formula for that column

You can’t, indeed.
CONTEXT() only allows you to display some UX or columns depending on host or view name for example.

Top Labels in this Space