I have created a custom code trigger in a onclick of a button and inside the code i have a line like this
const response = await alpha.local.get()
here in the response i will get age of the user like response.result.age
how can i add this to CO object can we do something like this
alpha.co.customer_info.age = response.result.age
does this work or is there any better method ??