XSOAR - Transform Language
Hello everyone, I would like to ask how to get the user.name value from this context data.
I tried using the syntax ${incident.labels.user.name}, but it didn’t work.
Here's the context structure:
{
incident: {
...
labels: {
user.name: ...



