How to do case sensitive search in lists?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2020 12:58 AM
* does a case-insensitve contains search. =, >=, % all are case-insensitive. Filters are also case-insenstive.
How can i do a case-sensitive search in Lists?
- Labels:
-
Now Platform App Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2020 01:44 AM
I doubt so , you might pull up case sensitive in condition boxes may be
as mentioned in below link
Otherwise by default this is what platform supports
Wildcard | Description |
---|---|
*search-term %search-term% | Search for values that contain search-term. |
%search-term | Search for values that end with search-term. |
search-term% | Search for values that start with search-term. |
=search-term | Search for values that equal search-term. |
!*search-term | Search for values that do not contain search-term. |
!%search-term | Search for values that do not end with search-term. |
!=search-term | Search for values that do not equal search-term. |
Mark my ANSWER as CORRECT and HELPFUL if it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2025 06:24 AM
Hello,
Follow the below steps -
1. Create a new field (e.g., u_exact_name) of type string on your table.
2. Use a Business Rule to copy the case-sensitive value from your original field: