58869/expression-automating-serial-numbers-using-uipath-studio
There is a certain list in which I need to arrange serial numbers and I need to do this through do While, the order should begin with 00001 and then 00002 … 01555, what should be the VB expression for this in uipath?
Hi @Pratibha, if I understand your problem correctly you need to arrange some serial numbers in a list in ascending order and use do while for it. You can follow these steps to achieve the same:
Initialize a variable of type int and assign the value as 0001 (assume SerialNumber) for the first time and another variable of type int and value as 1 (assume Count)
Get the selector of the first box and check it with the selector of the second. You will get what needs to be dynamic in the selector.
Loop through the number of values you have on the screen and write the serialNumber variable in the box. Make sure the selector is dynamic with the variable count in it.
Then increment the values of both SerialNumber and Count by 1 so that the value will be written in the next line and the serial number is 0002.
Hello @Gauri, there are a few limitations ...READ MORE
Hi, to scrap only numbers from a ...READ MORE
Hi there, you can make a text ...READ MORE
Hey Apeksha, you can try following pseudo ...READ MORE
Hey @Rakesh, Get Jobs Activity can be ...READ MORE
Hey @Rashmi, if you want to automate ...READ MORE
Hi Shilpa, if you want to display ...READ MORE
Hi @Ravi, to check whether a string ...READ MORE
Hi @Nathan, Text Analysis tools are provided ...READ MORE
Hi, to achieve this automation, you can ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.