web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics CRM by CloudFronts / Using “startswith” Filter Q...

Using “startswith” Filter Query in MS Flow

Community Member Profile Picture Community Member

Introduction

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

Use Case

Using MS Flows to retrieve the bunch of students who’s mobile numbers begin with +91 and send them a text (using Twilio connector) regarding the Top Indian Universities. The “starts with” filter query in MS Flows allows to easily achieve this functionality.

Steps to be Followed:

  1. We will use “Dynamics 365 – List records” Actions.
  2. Enter the Organization Name and select the entity.  Filter Query: startswith(new_phonenumber,’+91′)
    • new_phonenumber” is the logical name of the field which stores the phone number of students.
    • ‘+91’ is the value of phone number by which we want to filter the retrieved student list.
    • Enter the above query in Filter Query:
  3. Run the flow to test. It will return all the students whose phone number starts with “+91”

The post Using “startswith” Filter Query in MS Flow appeared first on Cloudfronts - Microsoft Dynamics 365 | Power Bi | Azure.

Comments

*This post is locked for comments