Having trouble binding data to a dynamic page template
Having trouble binding data to a dynamic page template
At a glance
The community member is having an issue with binding data to a dynamic page template in Webstudio. They are getting data meant for the first slug on every page, even when accessing different slugs. The community members have shared a project link and discussed potential issues, such as the slug filter not working correctly and the possibility of getting an array of navbars. They have also discussed using the Xano API documentation to find the appropriate way to get a specific record, as the filterByFormula method is Airtable-specific.
Hi, I tried binding data to a dynamic page template, and every time I access the dynamic page, no matter which post slug I am on I keep getting data meant for the very first slug on every page. What I am I doing wrong? I have followed all that is done in the Airtable for Webstudio tutorials.
Yes, does are meant to do just what they do.... The issue is that only data for Navbar-01 is displaying even on other slugs like hero-01, navbar-02 etc.
I am not sure if they have the API docs for the API like Airtable and other databases, but this is the general API documentation link: https://docs.xano.com/working-with-data
filterbyformula is airtable specific. You nee to find what Xano uses to get a certain record. I just asked perpelexity and got this, but idk if its right