Brand Specific Page Help -- Please help

Hello everyone, so i am creating brand specific pages but i have a drop-down that is dynamically added, so as i create a brand it gets dynamically added to the dropdown and then when i click those brands they are meant to open a brand specific page...

So i created a general brand layout page where the content will be dynamically added based on the brand being viewed at the moment, so i used bounded the links to the brand id so it can be brand specfic but my general layout page is not seeing the brand id upon all i have done

more like the api action is not appending the brand_id parameter to the request url to get the brand_id info which will be used to provide the brand specific pages...


And what is your question? :slight_smile:

my question how can i make it brand specific so that when the brands are clicked on the dropdown the general brand page is brand specific based on the brand that was clicked

the links are already dynamic based on the brand id it is just to make the general page see the brand id and then make it brand specific, the general page is not seeing the brand id even after creating a server action for that

@ben @Notum @Hyperbytes @Teodor

@Ameh_Faithfulness could you please stop tagging random people in your posts?

okay noted i am sorry about that

@Notum thank you for your effort but you didn't really answer my question sorry, but i really appreciate it

You didn't attached any screenshot of Wappler interface of what you trying to achieve. Neither you didn't asked any questions, so I presumed you want to dropdown not only hold a title/name of a brand (what you received from a Server Connect action) but also hold/have a link to specific brand. That's why I showed you a screenshot that you need to apply Dynamic Attribute - Link to you Dropdown item where you applied name.

i am sorry about that man, so i just sent a screenshot to show the general page that is not picking the brand_id after setting the brand_id as an input param

So what exactly is your issue here, the serverconnect1.data.query.brand_name expression does not return anything or is the issue anything else?

yes exactly it doesn't return anything

i tried using {{$Get.brand_id}} based on my server action
it doesn't work but the api action works perfectly because when i checked my network and i put
http://localhost:3000/api/brand_creation/get_brand_query?brand_id it returned the value of the brand_id, but it is not happening on the front-end of the page more like the page is not getting the brand_id parameter

Can you post a screenshot of the server action and the Input params you defined there?



@Teodor i just posted it

Define the brand_id under PARAMS and use it from there, not under GET.

oh okay, then will i be able to see it under the input params under the server action on my app connect tab , when i use the dynamic data picker :zap:?