Hello everyone,
We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it.
We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID"
[LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]' SETWFATTR:IntiatorID SHOW /]
It results in the below:
We tried using the Replace tag but with no use, does any one have any idea about how to remove this single quotes?
Thanks.