Help with Dynamic Population

Options
Mason
Mason Member

Hi there. I am trying to dynamically populate a webflow project. I have a query parameter "?id=[integer]" at the end of my URL. This integer will match the "programID" value of each object. So, if the query param is "?id=1" then only objects who have a programID value of 1 will be populated onto the page. Below is my setup. Any help is appreciated

API endpoint: https://xcrq-vvid-zxzg.n7c.xano.io/api:7q-Aa9wu/highschoolfootballrecruits

https://github.com/mason-waters1/sportology/blob/main/queryParamTop

Answers

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options

    Hi @Mason it looks like you are just about there - the way you have things set up now is ?programID=1 would return results because your query parameter is called programID. If you want it be ID then you should change your input/query parameter to be called ID