eSign document using Power Automate with Adobe Acrobat Sign

Facebook
Twitter
LinkedIn

Part one Integrating Adobe Acrobat Sign with Microsoft Dynamics 365

eSign document using Power Automate with Adobe Acrobat Sign

We have created a SharePoint folder that we will use a trigger, when a new file is created.

We have selected the SharePoint trigger When a file is created. After creating a file we are getting the file content.

After getting the file content, we need to add the Adobe Action. There are two Adobe actions, but we need to choose the Adobe Acrobat Sign.

So, we will select the action Upload a document and get a document ID

We will pass here the File name with extension.

And we will select the File Content.

Now, we will select Create an agreement from an upload document and send for signature action.

We will select Signature type ESIGN.

Now we will Get the status of an agreement action and will select the Agreement ID.

Here we are using a loop to continuously check the status of the document, until it is signed, the loop will check after every 10 seconds.

 

Now, we will get back the signed document.

Will save the document in the SharePoint location.

On the other hand, we have received the email.

We can sign the document.

After saving the document.

After the successful sign of the document, the flow is completed successfully.

And we have got the signed document in our SharePoint folder.