I've been trying for some time to move a file from one SharePoint library to another when a document property is changed. I've tried everything I've run across here and on other sites, but nothing has worked so far. The closest I've got so far is to have the flow go through the first two steps, "(When a file is created or modified (properties only)" and "Get file properties", but when it comes to the Condition, the flow doesn't appear to evaluate the variable correctly. It always evaluates the variable as false, never true, despite the fact when I look at the report after I test the "Get file properties" section shows the variable is set to "Published", which should trigger the move. Here's a screen shot of the flow I've come up with:

Does anyone have ideas I can try?