
Hi,
I have made a flow to delete a documentset after an approval proces. The problem is, if there a documentset with 3 files. Flow wil send four approvals. With the trigger condition, the flow will only run for the documentset and not for the files. Now is the problem, i need to run the flow once per day and that's why, i use recurrence and after that, get files and the approval.
Trigger condition works only if you created or modified a file. Is there a way that you can use recurrence with a trigger condition?
Found an solution, with get files (properties only) i used the Filter Query and then made a Yes/No column for the document set, not the document. And then i used, Yes/No column eq 'False'. Now will the approval only run for the document Set instead for all the documents.