In a comment on my Filter Query on Get Items in the SharePoint connector post I was asked about how to filter by content type.
Filter by content type
This week I was asked about how you can filter by content type. To filter by content type I tried enabling the experimental preview features, but that didn’t have content type listed there.

Looking at the output from REST API I could query by ContentTypeId. Querying by Content Type ID could make sense if I wanted to include child content types. Do you remember these long number get longer and longer the more levels of parent/child you have?

Then I tried out the following Filter Query
Content Type eq 'Contact'
as shown below

and now my flow is returning the right items selecting just the items using the Contact content type.
