Best answer

Utilities Formatter Case Sensative?

  • 4 January 2023
  • 4 replies
  • 43 views

Is the lookup table on the Utilities formatter case sensitive? I have “Alabama” in the table but it isn’t working if the field is alabama. 

icon

Best answer by Paolo 4 January 2023, 02:18

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 3
Badge +5

@Starrfocks, hope you’re doing well!

 

Yes, the Lookup table in Utilities in the Formatter app is case sensitive. You’ll need to either ensure that the source data provides the exact match to the Lookup table or create a key for both upper case and lower case variations of the key. 

 

Hope that clarifies things!

@Paolo How do I create a key?

Userlevel 7
Badge +14

@Starrfocks

You’d need to have all the possible variations to lookup, for example:

Alabama

ALABAMA

alabama

 

OR use another Formatter step to put the value in all UPPER Case, then have all the Lookup Table keys (left side) be in UPPER Case. (e.g. ALABAMA)

Userlevel 4
Badge +7

Hey @Starrfocks!  You can find more details on the Lookup Table here: https://zapier.com/help/create/format/create-lookup-tables-in-zaps

Data in computers is usually handled in “Key / Value” pairs, with the Key being the data on the left in a lookup table and the Value being the data on the right.  When your Lookup Table runs, it is comparing the input with Keys on the left and if should any match, we send the Value on the right as the output to that step.

Troy has some great suggestions to keep in mind when setting this up.  Feel free to have a play and let us know if you run into any snags along the way :wave: