I have a sepasoft recipe base that houses multiple values for specific part numbers going through production. Some of these part numbers have special instructions that need to be displayed to the operator when the barcode is scanned. Right now, the general structure works with the operator scanning the part barcode, it parsing the recipe base for the values, then returning those values, I would like to add another value that holds a string of these special instructions for each part number. I figured it would be as simple as add the recipe value in my MES gateway, then write in the string for each descendant. It doesn’t seem to be accepting a string when I try to write one in. Is there any way to do this?