Using “contains” Filter Query in MS Flow | CloudFronts

Using “contains” Filter Query in MS Flow

Introduction

This blog explains how to use “contains” filter query in MS Flow.

Use Case

Retrieve all the Accounts whose name contains ‘cloud’.

Steps to be Followed:

  1. We will use “Dynamics 365 – List records” Actions.
  2. Enter the Organization Name and entity.Filter Query: contains(name,’cloud’)
    • name is the logical name of the field which stores the account name.
    • ‘cloud’ is the value of account name by which we want to filter the retrieved account list.
    • Enter the above query in Filter Query:

  3. Run the flow to test.It will return all the account whose name contains “cloud’.

Share Story :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close