Single character field for Middle Name

I’m sure there a simple way to do this by setting the field to a firstName and then using a formula to get just the first character.

And of course within minutes of posting this i found that simply using “this[0,1]” worked :slight_smile:

hopefully this helps someone in the future

This video tutorial explains how to do this and a bit more:
How to tweak the value of a field using inline formulas in Mockaroo

This video shows how to further customize your data using formulas:
How to use formulas to create custom data types in Mockaroo

1 Like

Cheers Ken, I appreciate the link.