Actions Precedence?

Hi,
Do actions have precedence?

Say I want to update a field whenever a user logins/Logout. Is Scenario 1 the advisable or doesn’t matter? Thank you.

Scenario 1

  1. Update Logout Date
  2. User Logout

Scenario 2

  1. User Logout
  2. Update Logout Date

Hi @sebastas,

If Logout Date is in Users collection, then I suspect that you won’t be able to update it after logout.
You’re addressing “Logged in User”, and I’m not sure you can address it after logout (even though it’s on the same screen).

Didn’t test it, so would be interesting to know the result :slight_smile:

What @Victor said is correct. You would need to update the user first before they log out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.