I am using a lookup table to translate data between two different apps. The issue is that there are 118 of them and adding them one by one is tedious at best. Is there a better way to add this information to the lookup table? I want to keep this all self contained, so I don’t want to use external sources for the translation. Thanks.
Wade