Hello, I am new to Flow as I have switched from Google Docs. I am looking for a little help to delete a specific file type upon file upload.
Right now I have a seperate flow that looks at the file types and sends an email with a link of the PDF file that has been uploaded.
There is another file type that is uploaded when the program that is used closes out which ends in .logx
What I would like to achieve is that when the files are uploaded the flow will look to see if it is a logx file type, and if it is, I would like to have it deleted leaving only the PDF in the sharepoint.
Here is what I have been trying off of other fourms I have read.
Any suggestions would be appreciated.
Solved! Go to Solution.
Hi @SnowBlind11,
You could get the file name first by using Get file metadata action.
Then configure Condition to determine if the file name ends with "logx".
If yes, delete the file; if not, do nothing.
Image reference:
You could also directly determine if the File identifier ends with logx.
Please take a try.
Best Regards,
Hi @SnowBlind11,
You could get the file name first by using Get file metadata action.
Then configure Condition to determine if the file name ends with "logx".
If yes, delete the file; if not, do nothing.
Image reference:
You could also directly determine if the File identifier ends with logx.
Please take a try.
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
70 | |
22 | |
18 | |
17 | |
13 |
User | Count |
---|---|
126 | |
37 | |
30 | |
28 | |
26 |