Hello, I have a folder containing reports that go through many iterations before being finalized, and my goal is to find the finalized one and stamp a watermark on it. Each series of reports has its own DocID and a Status column used to identify them. I need to create a Flow that activates when an item is created containing the DocID.
When the item containing the DocID is created in a SharePoint list, I need to get that specific file/PDF based on the retrieved DocID and the Status eq Approved. Any help would be greatly appreciated.