Hi,
System variable LAST_EVENT_MESSAGE works only setting a simple string but not setting a Json Object ???
I’m testing a Raise Event Block on a voice application.
I created a custom event and throw it using the Raise Event Block
When I capture the event I am able tot read the LAST_EVENT_MESSAGE value only if I assign a simple string (for example, ‘test’) but I can not read a JSON string (for example, {“Test”: “value”}.
if LAST_EVENT_MESSAGE == test → OK
if LAST_EVENT_MESSAGE.Test == value → KO
Could you help me ?
Regards