Hello everyone,
I’m working on an app in Adalo and need help setting up a screen that displays questions one by one, with buttons to navigate between them.
Here’s my situation:
- Database:
- I have a collection of questions in Adalo, each with a unique
ID
. - The questions are divided into 4 categories (but for now, I just want to display all questions without filtering).
- What I want to achieve:
- Create a screen that displays one question at a time.
- Add two buttons: “Previous Question” and “Next Question” to navigate between the questions.
- When the user clicks “Next Question,” the screen should display the next question in the database (based on the
ID
). - When the user clicks “Previous Question,” the screen should display the previous question.
- What I’ve done so far:
- I’ve imported my database into Adalo.
- I’ve created a screen with a Single Item component to display a question.
- I’ve added “Previous” and “Next” buttons.
- Where I’m stuck:
- I don’t know how to configure the buttons to navigate between questions based on their
ID
. - I’m not sure how to handle the limits (preventing going beyond the first or last question).
Could someone help me configure these buttons so they work correctly? If possible, could you explain the steps to follow in Adalo (without code, as I can’t use any)?
Thank you in advance for your help!