I am displaying multiple slides of instructions in my. Onboarding form. I have two questions.
on the last slide the NEXT button is grayed out. Is there a way to call another form when that last slide is read? As of now, I instruct them to click the opening form in the bar at the bottom.
Is there a setting that will allow the user to not show the Onboarding view after the user is up to speed? Can I set it to not show after a certain number of openings by each user?
Another other tips for using the Onboarding view?
Thanks.
Lucinda
For this requirement, you may wish to consider following workaround. The workaround is based on number of days usage and not on โnumber of app openingsโ. Also this workaround will require a kind of user table wherein each userโs USEREMAIL() and her/his onboarding date to the app is stored.
Then in the settings UX --> Options -->General -> Starting View , you may have an expression something like below
IF((TODAY()-10)> ANY(SELECT(Users[User Since],[Email]=USEREMAIL())),โOther Viewโ,โOnboardingโ)
Here [User Since] is date type column and [Email] is usersโ emails column in Users table.
โOnboardingโ is the onboarding view and โOther Viewโ is the other default view that the expression will switch to after 10 days of userโs onboarding date.
That is perfect. I had just added a USERS table so that was easy to do.
Thanks.
User | Count |
---|---|
18 | |
11 | |
11 | |
8 | |
4 |