Re: Flow to move a library folder up 1 level based on a list column status
Hi!
The first step is then to set up a flow when an item is updated, and evaluate Status column value. My suggestion is to have a look to this recent thread
https://powerusers.microsoft.com/t5/Building-Flows/Sharepoint-flow-creation/m-p/491970#M60876
So you need a trigger, you need a condition to evaluate, and...
In oder to move the file, I would recommend you to explore Move file action block from Sharepoint connector. If it match your requirements, I would add it inside your condition true branch.
Please note if your flow need to update the item, you can enter a neverending execution loop.
Please also note if the Status value is kept as is, and the item is updated again in the future, your flow will be executed again and condition will also be true.
Hope this helps