HS.SetTextWithLabel returning blank
---------
'this rule pulls the Topcustomer cell text from the prior period if the working account is populated with a 1
vTriggerWK3030 = HS.GetCell("A#WK3030.C2#[None].C1#[None].C3#[None].C4#[None].I#[ICP None]")
'
If vTriggerWK3030 = "1" Then
vCustList = HS.Custom3.list("TopCust","[Base]")
For each vCust in vCustList
'
vPMCelltext = HS.GetCellTextWithLabel("A#AA900101.C1#[None].C2#Local.C3#"&vCust&".C4#[None].I#[ICP None].P#PRIOR","[Default]")