Is it possible to Input a random number 1-10 to a field?

110 views
Skip to first unread message

Tom Nook

unread,
Jan 29, 2022, 8:05:12 PM1/29/22
to Autofill Extension

Im looking to be able to have Autofill input a random number for each of my profiles
I feel like its simple but I just got off night shift and I cant work it out haha

Screen Shot 2022-01-30 at 11.59.00 am.png

Autofill Extension

unread,
Jan 29, 2022, 9:15:10 PM1/29/22
to Autofill Extension
You can output a random 2-digit number with this variable:

{#2}

To output a specific range, you'd have to use a JavaScript variable. Try something like this (add to Variables tab):

rand1to10 = javascript:Math.floor(Math.random()*10+1)

Then you can use this variable like this: {@rand1to10}
Reply all
Reply to author
Forward
0 new messages