Size: a a a

2020 August 18

V

Vicky in Uipath RPA
Kindly share your ideas or process
источник

V

Vicky in Uipath RPA
Thank you in advance
источник

SR

Sebastián Rivera in Uipath RPA
Hi

You can use directory property and a for each to open each file in the folder
источник

SA

Sandeep Kumar Akki in Uipath RPA
Hi
источник

SA

Sandeep Kumar Akki in Uipath RPA
I want to learn RPA from scratch
источник

SA

Sandeep Kumar Akki in Uipath RPA
Will u please help me with free tutorials
источник

sT

saksham Tiwari in Uipath RPA
hello team,
is there any video available for add, subtraction, multiplication, division custom activity
источник

B

Bipul in Uipath RPA
I am looping through string array .. and printing each item.. now I want to print the next item.. instead of a current one.. how to do that ..
источник

B

Bipul in Uipath RPA
Any idea ?
источник

B

Bipul in Uipath RPA
For each item in arr ..
источник

B

Bipul in Uipath RPA
And I am printing .. item.tostring ..
источник

B

Bipul in Uipath RPA
So how will I print the 2nd item ..in first run.. if I want to do ..
источник

A

Aditya in Uipath RPA
источник

B

Bipul in Uipath RPA
Any idea ..anyone..please help..
источник

D

Dharma in Uipath RPA
İ think you should give an index to for each
источник

D

Dharma in Uipath RPA
And array( index+1)
источник

D

Dharma in Uipath RPA
İt will work
источник

B

Bipul in Uipath RPA
So this index will also keep increment inside the for loop.. or what ..
источник

B

Bipul in Uipath RPA
Because .. I am checking if that that item in array contains (Som condition ) then in need to print the next element after this condition .
источник

N

Naveed in Uipath RPA
You can try like this,
In for each loop, use an if activity and write your condition ([index+1]=your)
In then block print it
In else block you can use continue activity
источник