Good Day.
I have this workflow where I generate 6 random numbers. However, I aim to avoid repetition of numbers like this:
Is there any code or activity that can be used to make each number unique? Thank you.
Best regards,
Robert Monsalud
Good Day.
I have this workflow where I generate 6 random numbers. However, I aim to avoid repetition of numbers like this:
Is there any code or activity that can be used to make each number unique? Thank you.
Best regards,
Robert Monsalud
Va1 = integer
Val1 =new Random().Next(1,100)
This expression generates a random number between 1 to 100.
or
Right(Now.Millisecond.ToString,2)
Have a look on the video
Regards
Gokul
Will it avoid repetition of numbers?
Thank you so much, Sir. This will be very helpful.
Best regards,
Robert Monsalud
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.