12-05-2025 08:29 AM
Hello Experts,
Please help us on the below scenario we are trying to add the JS function on the set value element , it seems something i have missed that, please correct me here, couldn't able to find right documentations for this expression
var obj = {Data.Session.status}
if(obj)
{
obj = obj.replace(/'g/,"")
// this obj object i need to store in session , how can store this
data.setSession("obj",obj) or Data.setSession("obj",obj) ---->>>> please confirm on this?
}
12-05-2025 11:34 AM
Can you explain what you're trying to do (I take it to get rid of a g)? Also, what version of Call Studio you're using?
12-05-2025 04:55 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide