Size: a a a

2022 January 12

JY

Jasmine Yasin in Uipath RPA
Either u can use Write Range or write Cell
источник

SK

Suman Kumar in Uipath RPA
If condition

currentrow.item(1).tostring is string.empty

Then    else
             currentrow(2)= "male"
источник

KA

Kunal Agarwal in Uipath RPA
It can be used
источник

SK

Suman Kumar in Uipath RPA
That condition not working why ? 👆👆
источник

JY

Jasmine Yasin in Uipath RPA
If
Currentrow("Gender").tostring is Nothing
источник

SK

Suman Kumar in Uipath RPA
Is string.empty not working ? Why ?
источник

KA

Kunal Agarwal in Uipath RPA
This one is correct condition
источник

JY

Jasmine Yasin in Uipath RPA
U can use this also -
If
Currentrow("Gender").tostring = ""
источник

SK

Suman Kumar in Uipath RPA
Why can't we use assign activity in then or else why only write cell activity?
источник

JY

Jasmine Yasin in Uipath RPA
By using Assign will update the dataTable not excel file
источник

SK

Suman Kumar in Uipath RPA
Oh ok
источник

M

Mun in Uipath RPA
Yes
источник

JY

Jasmine Yasin in Uipath RPA
We can update the datatable using assign activity and at the end of the process u have to use Write Range to update the excel.
источник

M

Mun in Uipath RPA
Currentrow("column name").tostring
источник

SK

Suman Kumar in Uipath RPA
источник

SK

Suman Kumar in Uipath RPA
источник

SK

Suman Kumar in Uipath RPA
Is it correct ? It's not working
источник

M

Mun in Uipath RPA
="value u are looking for"
источник

SK

Suman Kumar in Uipath RPA
If its empty then write cell value there that's it
источник

M

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