I need help to configure Page Detail of Project Details With Xano

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.

Hey @Lucaslobos :waving_hand:

My guess is that you have the Preserve on navigation toggle activated on your collection /project /{projects_id}. You’ll need to disabled that toggle. Let us know if that works!

1 Like

Yes it worked. thanks. I did some tests to see if my id was returning to my link and it seemed all right, so just update the data by demarcating this field. I ended up adding a workflow to fetch data when I enter the page.

1 Like