Filter Salesforce Records Where Name Starts With a Specific Text

In this guide, we will show how to filter Salesforce records where the field value starts with a specific text. In our example, we will filter Campaign object records where the name starts with “Campaign 2022”, so all records with this text in the name will be displayed for selection.

image

First, we will drag and drop a Salesforce Select List on our form. On the field configuration view, we will select the object and add our filter.

Name LIKE 'Campaign 2022%'

image

We can also add additional filters with AND or OR. For example:

Name LIKE 'Campaign 2022%' AND Status = 'Active'

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂