Any work around for this? i want my users to be able to select the favorite heart and have it show up in favorites tab. (note click on a team button shows a details view)
You can use the favorite component to do that, if I understand you right.
i mean, using details view, i can see the button for favorites, but unlike the other screens views, it doesn’t generate a choice tab or column in the table. So where is the data for this stored?
im doing it another way now, using multi choice components, works fine. Just quite a few steps to get it done!.
What do you mean “choice tab or column”? Is it the All/Favorites thing? You can use a single choice component writing to a user-specific column to mimic that and show/hide two inline lists filtered appropriately.