Bottom/top navigator with variable number of screens

Hi, in my quizzing app my users gets questions and when pressing on the solution button, a list of 2-5 short videos are downloaded from Airtable. The number of videos can vary, depending on the original question. I would really like these videos to be swipe-able. However, as far as I can tell, the way to implement it is by putting a fixed number of screens inside a top/bottom bar navigator. My problem is that the number of swipeable screens can change between 2-5 (depending on the length of list of videos downloaded from Airtable), and I am not sure if what I want is possible, or whether I should just use simple buttons in this case. Any advise from the Thunkable experts here?
Thanks!