I would like to generate the MPN using the current value for ProductID,VariantID,Size. For example if the product ID is 14, the variant ID is 17 and the size is 3 then the MPN should be 14173. I wrote is as if the product ID is greater then 0 then that mpn equals {productID current}{variantID current}{size} but got nothing.