I am new to Adalo and am trying to figure out how to (1) pass data between screens and (2) use data to search a collection.
I have a screen with 5 buttons labelled 1-1, 1-2, 1-3, 1-4 and 1-5. When the users clicks a button, for example button 1-1, they will go to a new screen and 1-1 should be shown on that screen.
A search will also be done on a collection filtered on 1-1 and the results shown on the screen.
If you also could attach few screenshots or a screen recording of your current setup & app preview, itβs better to assist you nicely! (check below help docs too!)
In other development tools that I have used, the buttons would have text as well as value fields, so in this case the value 1-1 would be stored to a variable. Once the app moves to the next screen, the variable would be shown in a label field. Same thing when the name is selected.
Thanks for the details, Steve! How have you configured your database? According to your screenshot, you would need an one collection for form types; another one for store users (Adalo already give you the users collection) and another one for store the logs. It looks like the missing piece here is the form types collection which then you can populate, current form type > name using magic text in next screens.
I remember @gskachkov built a component for this which needs a Bluetooth connection. (or some kind of cloud printing would be an option using their API & custom actions, if the hardware supports)