Get accounts query

Hi All,
I am trying to fetch account attributes from get accounts action with below expression in a workflow
$.getAccounts.accounts[*].attributes.msDS-xyz
but its not giving any value.
Can someone help with this?

@nidhipriya ,

I see you are using value , it should be {{$.getAccounts.accounts[*].attributes.msDS-xyz}}

yes.. i tried bothways. but neither is wrking

@nidhipriya Can you share the execution file ?