Hello,
We are using variables in our "Alert" nodes and it seems that they are working fine if the variable is within the xtk:workflow table. We use for example
<%= instance.label %>.
On the other side we would like to add some other data from other tables such as nms:operation. I have been trying to do that using <%= instance.operation.internalName %> without any success.
Is it because the tables are on two different dimensions? How can i solve this issue?
Many thanks