You can extract the email using: outputs('YourComposeStep')?['storeManager']?['Email']
If storeManager is an array, you can use: outputs('YourComposeStep')?['storeManager'][0]?['Email'] Adjust the index [0] based on the position of the person in the array.