Delete Files in workflow

How to delete multiple files from a folder in workflow using process files

@zack use a Get Files prior to the Process Files and you’ll have the files in a variable to delete each one.

Or use a Powershell Script to do so.

below example will delete only “.txt” files