Size: a a a

2022 January 12

SK

Suman Kumar in Uipath RPA
I have to print the values in gender as male and female
источник

SK

Suman Kumar in Uipath RPA
How to do that task pls tell me anybody
источник

SK

Suman Kumar in Uipath RPA
With if condition only I have to do the task which the 'Gender' Column I have to fill the data like male , female in excel
источник

SK

Suman Kumar in Uipath RPA
How to do that pls tell me
источник

JY

Jasmine Yasin in Uipath RPA
You can use invoke code or UiPath activity
источник

KA

Kunal Agarwal in Uipath RPA
On what basis will the bot indentify it as male or female or its just random
источник

SK

Suman Kumar in Uipath RPA
I want to solve this with if condition under for each row data table  activity
источник

SK

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

SK

Suman Kumar in Uipath RPA
It's not identify I want to put those two values only in gender column that's it
источник

SK

Suman Kumar in Uipath RPA
Gender
Male
Female


Like that I want to print in excel sheet with if condition under for each row data table activity
источник

JY

Jasmine Yasin in Uipath RPA
For each Row
If(condition = True)
Write value
Else
Write value
источник

SK

Suman Kumar in Uipath RPA
Pls tell me anyone
источник

JY

Jasmine Yasin in Uipath RPA
What is the condition u need to check?
источник

KA

Kunal Agarwal in Uipath RPA
So why are u using if considering if it can be done directly just by using for each data table and append the values to the row
источник

SK

Suman Kumar in Uipath RPA
Write value what ? Assign activity?
источник

JY

Jasmine Yasin in Uipath RPA
Take this ref
источник

SK

Suman Kumar in Uipath RPA
Ok I will see thanks
источник

KA

Kunal Agarwal in Uipath RPA
Assign activity
источник

SK

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

KA

Kunal Agarwal in Uipath RPA
Row("gender") = "male"
источник