I have a list that has a Numer Field. I will like this to be populated with a random number every time a record is created. The user will fill in all the fields in the form, but this Filed will be locked with the random number populated.
Solved! Go to Solution.
@Canadiansal Rand() will give you a Random Number. If you want to Round it of,
e.g. to 3 digits, Round(Rand()*1000,0)
to 7 digits Round(Rand()*10000000,0)
@Canadiansal Rand() will give you a Random Number. If you want to Round it of,
e.g. to 3 digits, Round(Rand()*1000,0)
to 7 digits Round(Rand()*10000000,0)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
179 | |
45 | |
44 | |
34 | |
33 |
User | Count |
---|---|
255 | |
82 | |
78 | |
67 | |
65 |