3
Can you take a generated value, check how many characters you have, and remove if necessary? Example: If the value is only 4 characters (ex: 1844) it ignores, but if you pass 4 characters a function removes the characters to only 4, type if it has 6 characters (ex: 184455) remove 2 to only 4 again.