Need to remove value in array

Hi ,

 

I want to remove respective value from one array but i am getting some error.

local!testName:union(index(
local!fullsubset.data,
"testName",
null
),
index(
local!fullsubset.data,
"testName",
null
)
),

local!testName- its containing list of test name.

a!textField(remove(local!testName,index(local!testName,wherecontains({"test_only"},tostring(local!testName))))),- returning all value without remove

a!textField(wherecontains({"test_only"},tostring(local!testName))) - Returning blank value

a!textField(index(local!roleName,wherecontains(cons!RAS_RISK_TYPE_OF_TEST_ONLY_SEGMENT,toString(local!roleName)))) - Returning blank value

 

Kindly help me what i am missing ?

  Discussion posts and replies are publicly visible