I'm using a dependent dropdown that is built ...

I’m using a dependent dropdown that is built from a sign in form.

User signs in with name, phone extension, etc.

The sign in form timestamps the sign in.

Currently I am not capturing sign out, but if I did is there a way to have the user name no longer show in the dropdown if they sign out?

Not sure where to begin to make this happen.

0 1 299
1 REPLY 1

Harry2
Participant V

@Tammi_Canelli Hi Tammi, most probably you will need a way to keep track of whether or not a user has signed out. There are many ways to do this, such as a timestamp column that records the sign-out time. Once you have set up this tracking mechanism, you can use a SELECT expression to select only users who have not signed out.

Top Labels in this Space