Hi Carl
My Boo! isn't great (understatement) but I'm guessing something like this, where my "clear the attributes" attribute is the Request._EquipMoreEquiptoSpecify1
import System
static def GetAttributeValue(Request):
Value1 = 'false'
if Request._EquipMoreEquiptoSpecify1 == 'false':
Value1 = null
return String.Format(":update(Attribute1,{0});:update(Attribute2,{0});:update(Attribute3,{0});", Value1)
I'm not sure of the syntax or commands though
Cheers
Jason