Hi, I have a recipe base in a sepasoft MES database that I am trying to reference to pull a value based on a scanned part number. I have the scanner module pulling the correct part numbers, but using the getRecipeValues returns nothing. Right now, my syntax is system.recipe.getRecipeValues(“path to my line”, “Part num”, ““)
the line is pulling an empty array, any ideas why?