Hello,
This is a bit of an odd request, but here goes. I have a reference file that shows the first PART of a serial number. My data set contains the full serial number. How can I link the two so that I'm able to pull in additional data from the reference file base on those first few numbers of the serial number? In the example below I am trying to create a column showing the color.
I hope that makes sense.
Thank you!
Example:
Serial number
111111188888 - (result of workflow should say "Red")
111111280461 - (result of workflow should say "Blue")
111111375486 - (result of workflow should say "Yellow")
| Serial number beginning | Characteristic |
| 1111111 | Red |
| 1111112 | Blue |
| 1111113 | Yellow |