05/11/2023 12:16 AM
Hi All,
We have a dynamic attribute (created in Endpoint) used in ARS request , need to pass that user selected dynamic attribute value in the Email ( in Workflow). How to get DA in Workflow email, Can you provide any sample syntax if you come across similar requirement ?
05/11/2023 06:42 AM
Document says below:
${accessItems.collect{ it.request_access_attrss.find{it.attributeName.toString().equalsIgnoreCase('Location')}.collect{it.attributeValue}}.get(0) | Obtains a specific dynamic attribute name and value from request.
|
05/11/2023 02:04 PM
Thanks let me try.