I have a random number field and I want to have another field that is the last 4 numbers of my original field
I tried the following but I am guessing its for strings then Integers
newField(‘Current_Field1’)[0…4]
error: no implicit conversion of Range into Integer