This message was deleted.
# questions
b
This message was deleted.
a
Can't you just have an action button that checks a "favorites" checkbox when clicked? Then have a view that is just those checked records
Oh I guess not because it's not bases on the user
The only way I can think of is janky. You'd need a separate table that links the record with the user. It'd be a little awkward in terms of UI but doable
g
Thanks @abundant-dinner-65974... it doesn't seem like there's really a "neat" solution.