I’m relatively new to WeWeb, but I’ve been building in Bubble for many years. I’m trying to do two things that are related: 1) I have a data type that is referencing another table that has social media platforms. For each platform, I have an icon. For a kanban board element, I want to show that icon depending on which social network a card on the board is showing. 2) I had a list of keywords for each user. I want to dynamically show those list of keywords for a user that is logged in. For some reason, that list of keywords doesn’t show up for the authenticated user which is how I had wanted to do it. I know how I would do these things in Bubble, but I’m struggling a little bit to do them in WeWeb. Any help would be greatly appreciated. Thanks!
Are you using Xano for backend?
If yes, then for:
-
You need to update your API call and add Joins. Here you can pick the table you want to join and the column based on which you want to join the tables.
-
Here you need to add an input (user_id for example) to your API calls and add a filter to your fetch query that only returns records where the user_id matches.
I would suggest going through our Academy Level 2 it covers all of the topics above and would help you find your way easily. Feel free to reach out in case of any queries