Brand Specific Page Help -- Please help

I am not referring to the App Connect part.
In your server action define it here:

And then select it here:

oh okay i will try this, and give you feedback thank you so much

hello @Teodor i just tried it now it didn't work, the brand_id is not yet parsed

then this is the app-connect

Is the param defined in your route? It will work when you defined your route to contain such a parameter.
If your route is not defined to contain a parameter, then you can continue using the query parameter value under GET in your server action.
But probably you are not correctly passing the value from your page to the server action.

the param is defined in my route

Ok but how do you pass the value from the url to the server action?

this is a screenshot of the link with my route

the value is already in the database it is the brand id so i just put a condition in my database query for the brand id == param.brand_id

i don't know if i am correct, definitely not because it is not working

Screenshot of the database query of the server action

Forget about params, i see you are not using a route with paramater, but just a query param so params won't work in your case. Revert back to using GET in your server action.
I would need to see how do you pass the brand_id query parameter from the url to your server action on the page. Probably the value you are passing there is wrong.

the dmx-param in the code
the input parameters on the appconnect sidebar

but the param value is wrong ... itmust be query.brand_id in order to pass the query parameter named brand_id

so what your saying is instead of "serverconnect1.data.query.brand_id" it should be "query.brand_id"

Of course, you want to pass the query param value from the URL, not some server connect value.

yeah man.... it works :joy:

Thank you so so so much :smiley: i am so grateful @Teodor