Size: a a a

2020 June 18

PV

P V in Uipath RPA
источник

PV

P V in Uipath RPA
источник

PV

P V in Uipath RPA
Hi Jashnadeep
This is the solution I found. I also converted the array of string into a comma separated string.

Hope this helps.
Thanks
источник

F

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

F

Faina in Uipath RPA
Hi everyone!
I need your help. I need to use CTRL+Shift+A in the chrome. But Send Hotkey does not work
источник

PV

P V in Uipath RPA
Put A in double quotes and try
источник

K

Kamal in Uipath RPA
Hi,
I have data in array and I want to insert that data into one data table under particular column name..
Is there any way to do it
источник

K

Kamal in Uipath RPA
Example:
Array is like: “A”, “B”, “C”
I want this data under column named “Values”
So result should be like:

Values
   A
   B
   C
источник

PV

P V in Uipath RPA
1. Get the length of array
2. Use build data table, and give column name "value"
3. Take do while and iterate until count<array.length.
Inside do while, use add data row.
And pass array(count) to it
источник

P

Priya in Uipath RPA
Faina
Hi everyone!
I need your help. I need to use CTRL+Shift+A in the chrome. But Send Hotkey does not work
Hotkey sometimes works with small letters, try small a
источник

H

Hercules in Uipath RPA
Kamal
Example:
Array is like: “A”, “B”, “C”
I want this data under column named “Values”
So result should be like:

Values
   A
   B
   C
Try belon steps :
1. Build a datatable using 'build datatable' activity
2. using 'foreach  activity' for collection loop through the array
3. Inside foreach place 'add datarow' activity to add your data
источник

K

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

K

Kamal in Uipath RPA
It’s working now
источник

F

Faina in Uipath RPA
Priya
Hotkey sometimes works with small letters, try small a
I/ve tried, doesn't work
источник

P

Priya in Uipath RPA
Pls check forum, there would more suggestions and solutions in there
источник
2020 June 19

S

Sundar in Uipath RPA
Переслано от Sundar
Hello All..I am unable to see filter datatable activity. . Already reinstalled uipath couple of times .. any update ?
I am in 20.4 community edition
источник

S

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

H

Hercules in Uipath RPA
Sundar
Переслано от Sundar
Hello All..I am unable to see filter datatable activity. . Already reinstalled uipath couple of times .. any update ?
I am in 20.4 community edition
Try installing uipath core activities package from manage packages
источник

SS

Shobhit Sachan in Uipath RPA
how to comapre double with string type variable in uipath
источник

K

Kamal in Uipath RPA
variablename.ToString
источник