You may need to select a different Row Selectedevent action for your equivalent of the view that lists drivers. You may already have a system-generated action like View Ref (Job ID) that you can select. If not, you can create an action using the type “App: go to a view within this app”. Also, you may not have the necessary references between your tables.
Regardless, you can define any view you want, create an App: go to another view within this app action that links to that view, and select that action as the Row Selectedevent action for a table view when you want selecting a row in that table to open the view you’ve defined.
Thank you I understood, but I cannot still make the view. I thought I make slice, make view, and make action to show this view, but I cannot succeeded yet.
Actually, I am making task management app. Some tasks are flow, so I made 4 columns, “Unique ID”, “Thing”, “After”, “Before”. “Before” is virtual column.