I have some questions. I am trying to build an app that lets you stream videos that are stored on a external server, and I can connect air table and work with that with adding urls of videos to play, but I cant get the app to dynamically play a video. I need the blocks to send data between screens, and I cant find how to do that. I wish they enabled code in the editor… but anyway, I am needing some help from someone who might know how to send data in-between pages, so that when an item is clicked, it shows the appropriate video for the selection dynamically in a video player. Thanks in advance!
When the button on one screen is clicked, set a variable to some value that tells you which video to play. Then, on the second screen when that screen opens, read the value of the variable and play the appropriate video.