We're storing people's email addresses into a database (Airtable), so we can look up their info later when they input their email address to a separate program. Is there any way to do this lookup such that it will match even if the sentence casing is different?
If not, I could just convert it to lowercase before it gets posted to Airtable the first time. Do we already have a GT program that does this?