Hi guys, I’m trying to create a unique alphanumeric code(length 4) out of Record ID and Autonumber. But I am getting an error while doing so. Is there any way to find it?

Thanks,
Chintan
Hi guys, I’m trying to create a unique alphanumeric code(length 4) out of Record ID and Autonumber. But I am getting an error while doing so. Is there any way to find it?

Thanks,
Chintan
Best answer by Kamille_Parks11
LEN() doesn’t work on numbers.
So try LEN({Random}&"") to force it to calculate for a string.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.