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
abundant-dinner-65974
12/08/2022, 2:53 AM
Oh I guess not because it's not bases on the user
abundant-dinner-65974
12/08/2022, 2:55 AM
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
green-account-75240
12/12/2022, 3:13 AM
Thanks @abundant-dinner-65974... it doesn't seem like there's really a "neat" solution.