Video and Dynamic Pages

Thank you so much for the response Majd! A tried this verbatim and also with what I thought I needed to replace and I didn’t have much luck. First of all, when I add the Wix Video - Video Upload single player, I don’t have the option to connect to a dataset. Maybe I’m missing something? As for the first option using WIX Code, I replaced the following:
(‘#dynamicRepeater’) with (‘dynamicDataset’)
videoField with URL (the name of the field in my collection with URL’s for my CloudFront videos)

I added the onReady code based on what I found in WixCode:
$w(“#dynamicDataset”).onReady( () => { console.log(“The dataset is ready”); } );
let url = $w(’ #dynamicDataset ).getCurrentItem().url; $w(’ #uploadVideo ').src = url;

I’m not sure what I did wrong, but any help would be much appreciated!