Power Automate Get Items OData Filter Query | Filter SharePoint List by Text Column

Опубликовано: 17 Март 2026
на канале: Fun & Learn
71
1

In this Power Automate tutorial, we will learn how to filter SharePoint list items using the OData filter query in the Get Items action, specifically focusing on Text type columns.

You will learn working filter expressions such as:
Title eq 'Laptop Request'
Title ne 'Mouse Request'
startswith(Title, 'Asset')
substringof('Keyboard', Title)

We will also see which expressions do NOT work inside OData for Text columns and how to avoid common mistakes.

By the end of this video, you will be able to:
• Filter SharePoint list items efficiently
• Improve flow performance using OData filter queries
• Understand how to apply eq, ne, startswith, and substringof in Get Items

#PowerAutomate #SharePoint #ODataFilter #GetItems #MicrosoftFlow #PowerAutomateTutorial