Hi @Christy_Roach ,
Do you want to move documents from one library to another library when the status changes to specific value?
I assume that the Status is a custom Choice column in the library.
I have made the following flow for your reference.
Before starting the flow, I created two libraries with the same columns.
Then configure the flow with the trigger When a file is created or modified (properties only), add a Condition to check if the Status value is equal to Archive.
Under if yes branch, add an action Move file to move file.
Note: if the two libraries don’t have the same columns, it will return an error message “Missing or mismatched field definition on the destination list”.
Images for your reference.


Best regards,
Mabel