1st, i'm a very newbie to Power Automate/Flows usage. So i apologize for any errors in the wording...
Environment: Sharepoint site with tags (column true/false type, column choice type, etc.).
The need: When a tag is modified, the associated pdf file is moved to another Sharepoint site.
If i'm right, because it's a non-Microsoft format file (pdf), Power Automate doesn't know how to move a Sharepoint file with its metadata; instead, we need to copy the file, its content, its metadata and then delete the source file (ex: https://joannecklein.com/2018/01/02/a-modern-transfer-to-another-location-in-office-365/).
I was able to copy files + content + metada for all the files in the site.
I was unable to copy the files for a trigger condition (For example, when a column value is set to true).
Could you explain to me the best way to successfully create this sort of flow, please?