Hello,
I'm trying to create a flow to copy new files from dropbox to Sharepoint, I do it and works. But in the dropbpx we have new PDF and JPG files every day, and I only need the PDF in sharepoint.
Please you can help me in order that the flow only copy the PDF and not the JPG to the sharepoint.
This is muy current flow.
Thanks you so much.
Solved! Go to Solution.
The easiest way to do this is to add a dropbox action to "Get file metadata" in order to return the properties of the document.
One of the pieces of metadata is "MediaType", which you can see in the screen shot below. You can then create a condition on mediatype, so if it is a PDF then it will create the file within SharePoint.
I hope that helps
The easiest way to do this is to add a dropbox action to "Get file metadata" in order to return the properties of the document.
One of the pieces of metadata is "MediaType", which you can see in the screen shot below. You can then create a condition on mediatype, so if it is a PDF then it will create the file within SharePoint.
I hope that helps
Hello,
It is working!
Thanks you for the solution 🙂
User | Count |
---|---|
16 | |
16 | |
14 | |
9 | |
8 |
User | Count |
---|---|
27 | |
26 | |
24 | |
23 | |
15 |