Alphanumeric Autogenerate (Base 34)

Hey wondering if anyone knows a simple way to format an auto-generate field as base 34 in Ragic? (the version of base 34 I’m trying to get is all letters and numbers, minus letters O and I)

I’ve been able to make this work by tying a normal autogenerate field to another field that is converted to base 34 using parseInt in a post-workflow (see attached)…but surely there is a better way?

EDIT: looking at this more closely has revealed that this is only sort of working, The letter “O” and “I” seem to be included with this method. I think I will need to take the base 34 and substitute the letter Y and Z for O and I.