The problem is that JSON… that’s why NONE of the values are passing from End Activity to Print Tags. Did you update that JSON, Save, Publish?
yes i did
Did you close End Activity and reload fresh so it gets the newly published changes?
Something isn’t quite correct in the format then. (JSON editor is rejecting it).
But it is the same JSON I used (apart from using a TransView binding for my InsLot field).
any solution?![]()
{
"type": "Ice.Lib.Framework.LaunchFormOptions",
"options": {
"valueIn": "{sysVariable.partNum}~{sysVariable.description}~{sysVariable.qty}~MFG-OPR~{sysVariable.revisionNum}~{sysVariable.iUM}~{LaborDtl.JobNum}~{sysVariable.assemblySeq}~{sysVariable.oprSeq}~~~~~~~~~{LaborDtl.LaborNote}~~~WIP~{LaborDtl.AttrClassID}~{LaborDtl.LaborAttributeSetID}~{LaborDtl.LaborAttributeSetShortDescription}~0",
"contextValue": {
"InsLot": "{LaborDtl.InsLot_c}"
},
"isModal": true
}
}
Try this one. For some reason my previous version included “escapes” ( \ ) before every tilde… which I didn’t have in there originally… but somewhere along the line (copying pasting between kinetic and here) they got injected (see below) which I snipped from my above post.
All those backslashes shouldn’t be there. Try the one above… hopefully it works.

above and beyond, as usual Mr Camlin.
![]()


No, sorry. Unfortunately, I don’t know the Classic side of things very well. And I don’t have any on-prem resources to even play around with to attempt it.