I have a list which shows an student information which when clicked calls an student details page and this works fine.
However, I also have a link on the Right Icon which is to goes to another page - Add Grades. On this page, I want to display some of the student details above a form but the collection doesn’t show so I am unable show the student information on this page.
@SynopsisLabs on the “Add Grades” screen, if you created a link from the icon in the List of Students, there should be “Current Student” data available.
If it is not - some other screen is breaking the data flow (look at the left pane, available data and you’ll see which one is not pushing Current Student to this screen).
Thanks for the suggestions. I should have included the fact that this is an external API pulling data from Xano.
I tried it with local tables and it worked fine.
Have to figure out how to do it with Xano data as I added the API endpoint to a new collection which should search by student_id, but the only options showing in the Magic text are still the count, etc.
@SynopsisLabs that would be an @Victor explanation. I try to keep every native to Adalo in my builds, so I do not have enough experience with external collections to provide good help.
Since the list is connected to the students table in the students list screen, that data should be available in the add grades screen too. Did you checked if the current student data is available in the add grades screen like Jacob & Victor mentioned?
but am now trying to add the grade info. I have a Xano API which posts the date but am not seeing how to add the parameters in the Query Params section.
You would not need any query params in the external collection setup. Have you connected the grades table as an external collection and connected that external collection with the form? Then the create action in the form will create the row in the Xano table and in the form, you can add the student_no property as an automatic field and fill it with the current student_no using magic text.