Hi All,
I have the below follow which is triggered by DocuSign Connect when a envelope is sent.
Here is the link of blog:
{
"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
Solved! Go to Solution.
Can you try the following instead to see if that resolves the issue?
triggerBody()?['data/envelopeId']
Try the following expression:
triggerOutputs()?['data/envelopeId']
Hi @grantjenkins,
I am running as per the steps mentioned above and the expression function given by you, by I am getting the following error.
Error:
WorkflowOperationParametersRuntimeMissingValue. The 'inputs.parameters' of workflow operation 'Get_envelope_documents' of type 'OpenApiConnection' is not valid. Error details: The resolved string values for the following parameters are invalid, they may not be null or empty: 'envelopeId' |
Please can you help me on that, thanks.
Can you try the following instead to see if that resolves the issue?
triggerBody()?['data/envelopeId']
User | Count |
---|---|
6 | |
6 | |
6 | |
4 | |
2 |