How to add prefix in all List Element

Support
  • 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.

    1. Push LIST - ELEMENT NUMBER. Insert variable with list. You will get variable LIST_LENGTH.
    2. Script logic - set variable with integer with value 0. Name it INDEX.
    3. Script logic - FOR For from value - 1, for to value insert variable LIST_LENGTH.
    4. 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.
    5. 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.
    6. Do these things in the cycle for: SCRIPT LOGIC - INCREASE VARIABLE Name of variable INDEX, increase varible value is 1

  • 0 Votes
    5 Posts
    746 Views
  • Is Element Exists Errors

    Support
    0 Votes
    9 Posts
    1109 Views
  • Resource list slows down BAS

    Moved Support
    0 Votes
    8 Posts
    1445 Views
  • 0 Votes
    6 Posts
    1394 Views
  • 0 Votes
    3 Posts
    1338 Views