Hi Team,
I am stuck in generating a alphanumeric string and followed some of the post got an idea but my requirement is that character should be 8 digit, first letters should be uppercase and the string should contain some special charater like @,#.
So anyone can please guide me.
Thanks,
Sneha
2 Likes
I need to generate a random string of length 10. Is there any provision for that in UI Path.
Example: I have 3 text box which I need to enter the text. I can use a random generator to generate a string of size 10 which will go in text box 1 and another string generated which goes in textbox 2 and like wise for 3 as well.
How can I achieve this.
Thanks
Arun
you can go through this post
@Snehamayi_Sneha
1 Like
Hi ,
I refered the given link but that normal number to generate i have some criteria as mentioned below can you please help with those criteria.
Can anyone help me how my first letter will be a uppercase ?
Thanks,
Sneha
1 Like
if you want to the first letter to be Upper case you can do this
StrConv(“randomtext”,VbStrConv.ProperCase) you can use this method
you’ll get the output like this
@Snehamayi_Sneha
1 Like
Ya thanks it worked for me…But i want first few letters is alphabet then there should be numericals.
So if any idea you please suggest like Welcom@123.
Anyone can guide on this please?
Thanks,
Sneha