REST Connector Variables
- Create Account JSON REST/Azure AD
${task?.requestAccessKey?.collect{ it.request_access_attrss.findAll{it.attributeName.toString().equalsIgnoreCase('SomeValue')}?.collect{it.attributeValue}}?.get(0)?.get(0)}
SomeValue is the Dynamic Attribute Name
Comments
Post a Comment