I want to update a flow variable from the evaluate node. My Javascript is below but does not work:
let $(n2.inboundWebhook.msisdn) = $(n2.inboundWebhook.msisdn).replace("+", "");
So it appears that you cant modify node data via the evaluate node but you can modify custom data, but not directly in the evaluate node. You have to update it via the Transition-Action -> On-Leave using the evaluate output to set the custom variabl...
Ankit,I have the exact same issue in CVP I am using the out of the box customer lookup and receive the same KMS Exception error. I have CVP 11.0 with ES8 and ES16 applied and just registered it with Context Service. I have a custom application usin...