Hi @abm
Thanks for your response. Here were the results:
1. Tried, didn't work.
2. Moot, but I added a delay to test anywayand still didn't work.
3. The column type in SharePoint is indeed an integer.
Upon further research, I think the issue is that I need to set a trigger condition, rather than addition the condition after the trigger. "Promoted State" is 1 when a news announcement is created in SharePoint, and then becomes 2 when you post it. I think the issue with my setup right now is that the flow begins as soon as a file is created, and therefore it fails to meet the condition of Promoted State = 2 because of the time it takes to finish setting up the page and publishing it.
I'm very new to this, so I don't know how to set up the trigger condition or the syntax for writing that kind of thing. Promoted State is a default SharePoint column, and values can either be 0, 1, or 2. Is it possible to write a trigger condition for this?