Hello everyone,
i thought i have a rather easy time with the following flow but it keeps returning errors and i got no idea why.
The folder contains files in the format "yyyyMMdd_Name.txt"
So i wanted to create a flow that cleans up the files daily based on the name (they might get edited, so last modified is not reliable).
So i created a flow that
1) Lists files
2) Check if "Name" starts with "yyyyMMdd"* (based on UTCnow for testing purposes - will adddays -1 later)
3) if yes: move files to different folder (...)/MMyyyy
The two questions are:
1) The flow keeps returning "An action failed. No dependent actions succeeded." at the "CONDITION" which i dont understand. I even created the folder 12/2022 and included it in the "move file" like this:
2) does PA create a folder /122022 or /012023 if the folder does not exist?
Solved! Go to Solution.
Somehow it works now with the same parameters as before.. not sure what that was -.-'
Small edit:
This is the thread i based the flow on: https://powerusers.microsoft.com/t5/Building-Flows/Move-files-to-a-folder-based-on-last-modified-dat...
Somehow it works now with the same parameters as before.. not sure what that was -.-'