Hi all,
Currently I am developing a solution where a Document needs to be dynamically generated through a WebReport. I am doing this by
[LL_REPTAG_$Placeholder_Parent NODEACTION:CREATE:DOC:"[LL_REPTAG_$Placeholder_Parent /]":"Placeholder2" /]
I am needing to apply categories to this new document however, I am having trouble setting a variable as the NodeID of my newly created Placeholder2 document.
I have tried utilizing the Children tag and then parsing the RECARRAY (there is only one child element so it should be found at index 1:1) but, this is not generating results.
Is there any other way I can go about this?
Thanks,
Spencer