Dynamically mapping integer to string value in table

As @matth said, you can use a join on your SQL query. But if they come from separated data sources then you can use lodash's find method like:

If you need more detail how to use them in your situation please let me know.

1 Like