First you need to change your logic for getting data from airtable, see here , another logic:
You probably can store your images in a list, and your urls in a list, with the way above. Now using DynamicCardView.click event you can detect touches on your images ( there isn’t a click event in the dynamic images, so you need to use the click event in the dynamic card view, and set full clickable property to true in the dynamic card view. )
Now you can select the right url from your url lists using select list item block, the list will be your url list, your index will be the id variable ( in the click event )