There is a relation between Food and Restaurant on the Food Sheet called Restaurant Rel
Users can search for a specific food items via inline list.
Details view of that food item will specify which restaurant its sold at.
What I’d like is for a user to click on Restaurant’s name inside the Food Detail Screen and be sent to the Details View of that Restaurant.
I created a Rich Text component with an Action to open New Screen based on the Restaurant Rel, but it only shows an Inline list of the Restaurant, causing the user to have to click the Restaurant again to access the details view of the Restaurant.
I already have a button that opens up a new screen thats pointed to my relationship between that Food item and the Restaurant that sells it. However, that new screen doesnt show the detail screen of that Restaurant, only a list view of that Restaurant, which they requires the user to click the restaurant again to access the details view.