Email a list

In my app, Users create a favorite list of restaurants and I want each user to be able to send their favorites to different emails. The restaurants are separate row items.
I created an action to compose email which works but it is bringing back the first row of my data rather than those row items identified as a favorite.

What am I missing?

Do you store the “favorite” data in user-specific columns?

If not, there can be a way to do it, but it also depends on what you expect when you do the “sharing” part. Is it a public page that anyone can see, or the shared user must login to see the shared restaurants?

Be sure to target the user profile section for selecting your columns. Super easy to just select from the user table (which defaults to the first row) but you need to select the USER PROFILE selections.