IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

dynamic index number for a loop in dsp page

  • 1.  dynamic index number for a loop in dsp page

    Posted Fri April 24, 2020 03:16 AM

    i have passed a position/index parameter through an anchor tag from one dsp page to another.
    on other dsp page i am looping over a array which is a part of json response.
    i want to loop over that array but with the index that i have passed from previous page.

    somewhat like
    source.dsp
    <a href=“/destination.dsp?actualparam=56&position=%value $index%”

    destination.dsp
    how to use the position passed as a dynamic index within a for loop here

    %loop mylist[position]%


    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #webMethods