Multiple Onboarding Veiws for the same table

Hi All,

I’m creating an app which is designed to show users slides in the onboarding view then direct them to a quiz. Rather than using a different table for each course I want to use one table where each row states which course it belongs to. Is there a way to have multiple onboarding views where each shows a different selection of slides from the same table.

Kind Regards
Tim

TiMark2000:

Is there a way to have multiple onboarding views where each shows a different selection of slides from the same table.

Yes, I believe so…by using Slices. I have not done this myself but Onboarding Views can take in a Slice as a datasource. So you should be able to create Slices, one for each subset of rows, and create an Onboarding View for each of those Slices setting the datasource appropriately to the desired Slice.

You then will be able to use expressions to control which Onboarding View is used/shown.

Also note, that Onboarding Views have a “Finish View” property so that you can control what view the app navigates to when the user is finished with the Onboarding View.

1 Like

That worked great. Thanks for help.

1 Like

Rather than creating each slice manually, is it possible to filter the table and present the resulting data dynamically?

2 Likes