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.
It works thanks but why do we need to use System.IO.Path.GetRandomFileName and then tweak it for a string name. Does UIPath has other libraries other than filename
Thanks its worked. I added message box and directly wrote the text line to get the output. Earlier when i tried to run I was getting no message. what is guid library for?
A GUID (global unique identifier) is a term used by Microsoft for a number that its programming generates to create a unique identity for an entity such as a Word document. GUIDs are widely used in Microsoft products to identify interfaces, replica sets, records, and other objects.