I have a CRM online installation with about 15,000 contacts with email addresses. an advanced find query export only returns the first 10,000, and also stops halfway through those with N. I want to retrieve all contact emails which start with any letter
between A and M inclusive, and then retrieve all contact emails which start with any letter between N and Z inclusive, so I can merge the 2 lists manually.
The only way I found so far is by manually stating 13 "starts with" conditions. is there a way to use letter ranges, regex or wildcards to combine these conditions?