Tag Archives: Filter Query

Using ā€œstartswithā€ Filter Query in MS Flow

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: We will use ā€œDynamics 365 – List recordsā€ Actions. 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: Run the flow to test.It will return all the students whose phone number starts with ā€œ+91ā€

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: We will use ā€œDynamics 365 – List recordsā€ Actions. 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: Run the flow to test.It will return all the account whose name contains ā€œcloud’.

SEARCH :

FOLLOW CLOUDFRONTS BLOG :

FOLLOW CLOUDFRONTS BLOG :


Secured By miniOrange