Scenario 1: I have a document library, User will upload the document to the document library, then it will trigger the MS flow, for approval. Here the document has to be added as attachment for approval. How to do, Step: In PA, Instant flow Step: "For selected file" Start and wait for approval: Approval type: Approve/Reject-First to respond Title: Invoice approval for <FileName> Assigned To: Koti Attachments Name-1 Select <fileName> Attachment Content-1: In order to get attachment content, Before- Add action name "Get file properties" and Select Site Address, Library Name, Id. This will give all the properties of the file. Next, we need to add "Get file content" action. Pick site address and file identifier: Select Identifier. This will give actual content of the file in base 64 formate. Now in "Start and wait for approval" action, attachment content-1: choose "File Content" Step: Condition: Outcome is equal to Approve Step:...