I have developed an app to view YouTube videos and I would like the video to be viewed in the player when clicking on an inline list.
In addition, I would like this player to always remain on top so that it could be seen while I navigate through the different records of the inline list.
I would create a single row work table and set that as the source of your tab. Add a user specific text column to receive a video url. In your videos table, create a single value → whole row column that points to the first row of the work table. Add the video component to your tab and an inline list that points to your videos table. Change the action on the inline list to set the url from that chosen video in the work table column, through the single value column.
When you are working with your inline list in the builder, there is an option in the right hand panel to select an action. The default is usually set to ‘Show Detail Screen’. You can change that action to ‘Set Column’. Then you should be able to select the Single Value row column that you should have created in your videos table, and the select the write the url from that selected video to the url column in the work table.