Hi, I am having an issue with referencing the first variable here - {
“requestType”: “GRANT_ACCESS”,
“requestedFor”: [
“{{$.trigger.requestedFor.id}}”
],
“requestedItems”: [
{
“comment”: "Requesting cost center ",
“id”: “{{$.defineVariable.entId}}”,
“type”: “ENTITLEMENT”
}
]
}
The second variable gets referenced correctly and I also have tried defining the first variable and then referencing it but that does not work either