How to add prefix in all List Element
-
How to add prefix in all List Element
list is :
/watch?v=NWj6jqMVRHU /watch?v=AarGHwmnyzo /watch?v=SIQj0Kx48I0 /watch?v=PTwslsIu6VI /watch?v=SZgJUJ-c1Z0 /watch?v=qiuxWk5YOZY
prefix is
https://www.youtube.com
to get new list
https://www.youtube.com/watch?v=NWj6jqMVRHU https://www.youtube.com/watch?v=AarGHwmnyzo https://www.youtube.com/watch?v=SIQj0Kx48I0 https://www.youtube.com/watch?v=PTwslsIu6VI https://www.youtube.com/watch?v=SZgJUJ-c1Z0 https://www.youtube.com/watch?v=qiuxWk5YOZY
-
@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