Hello everybody.
I’m trying almost 5 days to create a dynamic page. Here is the situation.
- I have my project page. Within this project page there is my list of projects linked to my Xano Beckend with Get Project.
- When clicking on a project, I should go to a dynamic page of project details,
where all information related to that specific design ID.
I tried to follow the 2 year old Weweb tutorial: https://www.youtube.com/watch?v=mlm8ey0UB5W&t=76s, but it seems a little confusing, it seems that something is not sure when trying to apply.
I used the rest api just like the video, created a base of baseurn,
I can pull the data from /project /{projects_id} of the xano, but it returns as a single id, and when trying to click on my any of my projects, it only takes me to a unique page. No matter which project I select.
To simplify,
I made a video and put on YouTube (as not listed for just those who have the link to view) showing how this situation of mine. If possible someone can help me do this correctly and have each project leading to the project detail ID correctly.