Hi All,
in a workflow, I’m trying to assign an AccessProfile to an identity.
I have the following:
• Define variable:
dptoArea (concatenation of 2 identity attributes): dpto+_+area
• Get Access: ‘Access Selection Method’ By Search Query
Here, I need it to be the name of the previous variable.
I tried with:
$.defineVariable.dptoArea but it doesn’t work.
name: {{$.defineVariable.dptoArea}} but it doesn’t work.
name: "{{$.defineVariable.dptoArea}}" but it doesn’t work.