How can I save the user as “logged in” so that they don’t see view “1” ever again, unless they are logged out or restart the mobile app?
@natedogg this one’s likely for you.
How can I save the user as “logged in” so that they don’t see view “1” ever again, unless they are logged out or restart the mobile app?
@natedogg this one’s likely for you.
You can use custom states for showing/hiding groups and conditions in the workflow to show which groups are visible on page load when the current user is logged in.
+1 to what @fayewatson said.
You can also have a workflow like:
“When Page is loaded and Current User is logged in” ----> “Set ‘view’ to x”