I drafted a SharePoint Weekly News Digest flow based on the steps in this article. Initially I did the flow exactly the way this article detailed it--creating a custom PageType column on the Site Pages list--which worked without issue. I later discovered that there is already a column that I could add that differentiated news articles from other pages on a site--the Promoted State column--a Promoted State value of 2 indicates a news article. So I modified my filter query to include 'Promoted State' eq 2 instead of the PageType filter in the aforementioned thread; however, when I test the flow with the updated query, it fails with the following error details for the Get Items action:
The query is not valid.
clientRequestId: 3d5946e5-dab2-456b-b4b2-8d1f87e4e9b7
serviceRequestId: 3d5946e5-dab2-456b-b4b2-8d1f87e4e9b7
Below are some screenshots with the column I used in the filter, the error details, the actions in the flow and the Get Items action with the filter I used.
Thanks in advance for any help you can provide!



