Hi, I would need help with the next problem I have when creating a shortcut. The point is that once I get the ids from the folders which I want to create a shortcut I use them in the NODEACTION: CREATE: SHORTCUT tag (as you can see the whole development below). The problem is that it only takes the first data (id) and creates a shortcut correctly, but does not take the following ids (as a destination) from which we want to create the shortcuts. These ids are inside the [LL_WEBREPORT_FOR /] tag so it should take them and create a shortcut, but it is not currently doing so.
Development:
[LL_REPTAG_"123" NODEINFO:CHILDCOUNT INTLIST SETVAR:hijos /]
[LL_WEBREPORT_FOR DATA:[LL_REPTAG_%hijos CURRENTVAL /] VAR:"value" /]
[LL_REPTAG_"123" CHILDREN RECARRAY:SORT:Name setvar:list /]
[LL_REPTAG_%list CURRENTVAL RECARRAY:[LL_REPTAG_%value CURRENTVAL /]:dataid setvar:hijoT /]
[LL_WEBREPORT_IF "[LL_REPTAG_%hijoT CURRENTVAL NODEINFO:SUBTYPE /]" == "848" /]
[LL_REPTAG_!hijoT CHILDREN setvar:todo /]
[LL_WEBREPORT_ENDIF /]
[LL_WEBREPORT_FOR DATA:[LL_REPTAG_%todo CURRENTVAL /] VAR:"valued" /]
[LL_REPTAG_%valued CURRENTVAL CURRENTVAL TOLIST:",":2 setvar:final /]
[LL_REPTAG_%final CURRENTVAL NODEACTION:CREATE:SHORTCUT:"[LL_REPTAG_$comite /]":"[LL_REPTAG_%final CURRENTVAL NODEINFO:NAME /]" /]
[LL_WEBREPORT_ENDFOR /]
[LL_WEBREPORT_ENDFOR /]
Our current version in CS is 16.2.5.