Hi,
How to return the newly copied DataID after executing COPY WebReport tag? We don't want to use WR Trigger here.
Thanks,
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Look in GUIDE SHOW
example
[/* Title: Blank Reportview */] [LL_REPTAG_'171781' NODEINFO:NAME /] [LL_REPTAG_'171781' NODEACTION:COPY:"[LL_REPTAG_'203787' /]":NEWNAME:"COPIEDFILE" SHOW SETVAR:MYNEWNODEID /] [// using show to expose new node and setting a varaible so we can use somehere <BR> MY NEW NODE ID IS [LL_REPTAG_!MYNEWNODEID /] and it is called [LL_REPTAG_!MYNEWNODEID NODEINFO:NAME /] If a node ID is returned, it will be hidden by default, but can be revealed by appending the SHOW sub-tag. [LL_WEBREPORT_STARTROW /] [LL_WEBREPORT_ENDROW /]
Thanks @appuq for providing the exact code and yes, it is working as expected 😁