Access by pin (Kahoot style)

Hi everyone,

I’m working on an app in Adalo where anonymous users enter a 6-digit PIN to access specific content (e.g., a lecture). I need to set up a condition where the user is navigated to a “Question Overview” screen only if the entered PIN matches one in the “Lectures” database. I’ve tried setting up a custom action with “this action will only happen if…” condition to compare the entered PIN with the PINs in the database but can’t seem to get it to work correctly.

How can I effectively implement a conditional navigation based on a successful PIN input match in Adalo? Is there a way to directly compare the user-entered PIN with the stored PINs in the database to control the navigation flow?

Thanks for any guidance or examples you can provide!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.