@Diya.3rif
It's necessary to do cycle with FOR.
Push LIST - ELEMENT NUMBER. Insert variable with list. You will get variable LIST_LENGTH.
Script logic - set variable with integer with value 0. Name it INDEX.
Script logic - FOR For from value - 1, for to value insert variable LIST_LENGTH.
Do these things in the cycle for: LIST - GET ELEMENT insert your variable with list. Set index like variable INDEX from 2 step that we have done. You will get variable LIST_ELEMENT.
Do these things in the cycle for: LIST - INSERT ELEMENT. Insert you variable with list, insert value to add
https://www.youtube.com[[LIST_ELEMENT]] and to area index set variable INDEX.
Do these things in the cycle for: SCRIPT LOGIC - INCREASE VARIABLE Name of variable INDEX, increase varible value is 1