Im having a really hard time with populating a my drop downs with api action data
i set up my tables, apis, dropdown with all the instructions but it still wont work. I've tried so many different variations of instructions and none of them work.
Yes my database is connected.
I make a container, server connection, variables row, header, drop down & set all the settings up.
Yeah, you aren't even close with what you have. Select your select element in your list and add the properties there. You don't need to set a value or any on change function. Just simply select your menu item and pick the options in the properties panel. Very easy.
i've spent two days trying to do this but like full work time just trying to do this. I still haven't been able to do it but its something I still need to do. Anyway you can example code
I don't understand what you mean that its that simple when i was watching tutorials.
Link api data to dropdown menu is all im trying to do:
Select Stores -> list of stores from data base(api connection)
Select Department -> select department based off of the store id
Which tutorials are you watching? I am not aware of any Wappler ones that show this as it is pretty basic. See my code and screenshot above.
Again, just select your menu item and in the properties panel under 'Select Options' just select your data source and the text/value you need using the lightning bolt icons. No need to hand code anything.
May I suggest you erase your select and try again from scratch? Start with the 1st one "Select Store", don't bother with your 2nd one until the 1st one's working properly.