Account details in send email action of workflow

Hi,

I want to populate account details for specific identity in email template. I am trying to use getAccount after getIdentity action. Able to get all account details using “account.$”:“$.getAccounts.accounts”, account id details using “id.$”:“$.getAccounts.accounts[].id" in template . When I try to get specifc attribute in an account like common name ,“cn.$”:"$.getAccounts.accounts[].cn” Thats where I am not getting proper value.

how about trying this

$.getAccounts.accounts[].attributes.cn

Thank you for responding. This didn’t work.