Hello,
I’m stuck with one functionality of my app and I looking help or somebody will direct me to right topic or tutorial.
My setup looks this:
- Collections: Category and Item(with relationship many to one)
- Category choose screen:
- At each category user can select items(mark/unmark round button) which he want to see on home screen:
- At home screen I have list where those selected items must be represent and two buttons play and next:
- I filter items like this:
I want to make things work like this:
- User selects Category and are linked to Home Screen.
- At home screen he is not see the items, he press play button and first item appear.
- By pressing next button he move forward through all selected items
- When selected items is ends the screen become empty again and user can repeat whole flow again by pressing play button.
I tried to do everything according to this Patrick tutorial Creating a Rotating Image Carousel or Gallery with Unlimited Images. Also I checked this List Next Prev example which was made from other Adalo community member. When I made Next Button list item I can’t choose Current Item, but I don’t understand why.
Maybe someone can help me to do everything correctly so that everything works the way I want?