Is there a way to know when a User logs in for the very first time? I want to direct Users to a Getting Started page for their first login but on subsequent logins direct them to the Homepage.
Thanks
Bill
Is there a way to know when a User logs in for the very first time? I want to direct Users to a Getting Started page for their first login but on subsequent logins direct them to the Homepage.
Thanks
Bill
There is no flag against the user indicate that they are new, but there is an open idea for this Automation: New Member Onboarding
You could store a value in the user extended attributes to keep track of this, which would be unset the first time
Then have a custom widget widget in the footer which checked for the value and did the redirect
Then update the value in the users extended attributes in the new page/widget
There is no flag against the user indicate that they are new, but there is an open idea for this Automation: New Member Onboarding
You could store a value in the user extended attributes to keep track of this, which would be unset the first time
Then have a custom widget widget in the footer which checked for the value and did the redirect
Then update the value in the users extended attributes in the new page/widget