Hi All,
I have the below follow which is triggered by DocuSign Connect when a envelope is sent.
Here is the link of blog:
https://www.docusign.com/blog/developers/expanding-power-automate-series-create-custom-docusign-connect-flow

{
"event": "envelope-sent",
"apiVersion": "v2.1",
"uri": "/restapi/v2.1/accounts/c25b/envelopes/2010a2c0",
"retryCount": 0,
"configurationId": 6231,
"generatedDateTime": "2022-12-01T18:21:19.6140000Z",
"data": {
"accountId": "xxxx",
"userId": "123",
"envelopeId": "d5a05555"
}
}

I'm able to receive the request in Power Automate but not sure now how to write the expression to get the Envelope ID from the previous step body
Appreciate the help please.
Thanks