I'm struggling with the dynamic pages from my CMS (payload). I think I'm missing some simple concepts from the videos. Here are the steps I've taken:
- Create a dynamic path
- Add a variable to the body with my endpoint (the attached image shows the data returned)
- Bind content through the expression editor
- Adjust the path to see the dynamic pages (this is where nothing happens)
I think the binding might be causing the issue because I need to have "docs[0].title"; I think the array position is messing things up, but when I remove the [0], I get nothing.
I've watched all the CMS YouTube videos multiple times, but I am getting stuck here.