Hello,
I would like to know how to enable item selection by a user.
Expl: A user likes an article that he has put as favorite or not and we would like to see them outside of the favorite table to do a collection.
Is that possible?
thanks
Hello,
I would like to know how to enable item selection by a user.
Expl: A user likes an article that he has put as favorite or not and we would like to see them outside of the favorite table to do a collection.
Is that possible?
thanks
Definitely! If youâre wanting to display both favorites list & entire list on same screen, youâll want to use a Details layout (see the Layout options on right side of the Builder screen). Lf youâd like to display their favorites list on an entirely different screen, youâd want to apply a filter (located under âOptionsâ on right side of builder screen) on either an online list or the screen itself. See documentation here!
Thank you very much @MegannLock. this displays the selection but when Iâm into it I can only see one item
Relations are way harder than I thought
You could actually accomplish this without relations as long as youâre using âuser-specificâ columns or the âis favoritedâ column to store their favorites. Can you tell me a bit about how youâre wanting it set up? Showing favorites list on a diff screen or on same screen as âallâ list?
I think with a diagram it will be easier to understand.
When I use âuser-specificâ columns I have no information displayed.
I just want the article selected to be displayed in different areas ( 2 to be exact).
Oh!! Okay. If youâre wanting selections and articles to be user-specific, youâll need to use supporting columns (marked user specific) to store their âselectionsâ. Try using a custom action on the selection list to âset column valueâ (column would be the user-specific columns) > âshow detail screenâ. Then you can use those filtering options and display their selections as an inline list on any other screen in the app.