Merge PDFs action is part of the premium Adobe connector. To use this connector, we need a premium Adobe account and sign in to it. For that, we need to generate the Connection from https://www.adobe.com/go/powerautomate_getstarted and provide the below information to sign in to power automate.
We need to upload the merged pdf to Adobe sign, and it will generate a document ID in response. For that, we need to pass the PDF file name and PDF file Content from the merge PDFs response. Adobe sign connector is a premium connector that required a premium Adobe Sign account. So we need to sign in to Adobe sign account before we use it.
We need to create an Adobe sign agreement using Document ID which we get from the uploaded pdf document and send it to Approver. Here we are using a static Approver Email address to make the scenario simple and understandable, but we also can use a dynamic email address from the SharePoint library field, and also, we can use multiple approvers here. Approver will be notified using email and he/she can open the document and sign the merged PDF(it contains information of requested inventory and attached quotations in the same pdf).
Below we have used Trigger action of Adobe Sign connector which will wait until Approver sign/decline the document. For that, we need to pass the Agreement ID of the agreement that we have created in the previous action. Also, we need to select two events for completion and rejection of the agreement.
We need to use conditions here. We need to check if Agreement Status is SIGNED. If it is not signed, then we can update the Request Status to Declined.
But if the condition becomes true then we need to fetch the signed documents in pdf format using Agreement ID.
Now we will store a signed pdf file in the SharePoint library called ApprovedInventory.
Finally, Update Status to Approved.
Create Inventory Request for Approval along with Quotation as Attachment
We need to go to the InventoryDemo list and create one inventory request item with all inventory details and upload the quotation of inventory as an attachment so the manager can review the quotation and approve or reject the inventory request.
Flow Execution
Once the inventory request item will be submitted to the list the Inventory Flow will trigger and change the status to Pending.
We can also see the running workflow in the workflow history.
Inventory Request Details and quotation will be merged into one pdf and will be sent to the Inventory Manager to sign. The inventory manager can open the pdf using the Review and Sign button.
The inventory Manager can apply the signature below the document.
Once Approver clicks on the signature field, the dialog for signature will open where Approver has different options to sign like Draw, Type, etc.
After applying the signature Approver needs to select the button Click to Sign.
Approver also has the option to decline the Inventory or delegate to another approver from the Options dropdown. After Decline, the sign the Inventory request status will be set to Decline.
If the Inventory manager approves the Inventory Request the Signed file will be stored in the Approved Inventory library and the request status of inventory will be set to Approve.
Summary
After reading this article we have a good understanding of implementing functionalities like Converting Html to PDF, merging more than one PDFs to a single PDF file using Adobe Connector, and how Adobe Sign can be implemented in this scenario using Power Automate. This article also gives an understanding of how the Inventory Approval System can be implanted using SharePoint lists/libraries and Power Automate.
Feel free to provide feedback for this article. You can also post the next topics you want to explore in the comments