Hello!
I am trying to build a flow which moves a file to another folder when a specific property column is set to 'Yes'.
To further explain:
I have 1 folder called 'processed' and another called 'unprocessed.' In each folder I have created a new column called 'processed.'
When a file in the unprocessed folder is ticked 'Yes' in the new 'processed' column I would like the file to move to the processed folder.
Below is where I am up to, it seems to work (although I welcome any other suggestions).
My main issue I would like help on is targeting specifically this newly created properties column/field. At the moment, if I change any property of the file such as it's name, it also triggers the flow and moves the file.

Any suggestions / ideas / solutions / links to previous posts are very much welcome. Thanks for the help in advance!