Size: a a a

2021 March 09

PN

P Nikhil in Uipath RPA
Hi connections.. Is anyone know about power automation?
источник

MK

M K in Uipath RPA
I have a datatable with multiple cells of a column A having same value and an another column B having different values. Lets say column A having same values in multiple rows. I want to get the rows having greatest value in column B. And remove rest of the repeated rows. Any idea how to achieve this efficiently. I was thinking of linq queries. Can anyone help?

Example:

ColA ColB
ABC 2
ABC 3
EFG 1
EFG 2
EFG 1

Output
ABC 3
EFG 2
источник

クリシェナ (Krishna)... in Uipath RPA
user sort on multiple colmums... Descending ColB
and remove duplicates retain... Keep=first
источник

H

Harika in Uipath RPA
I have an excel sheet with a database of names. (DT)
Another sheet with names with approx names. (DT1)
I need an output updated based on the the database.

DT
Greg, Arnold
Matt, Deig
Decker, Trent
Alex, Chuck

DT1
Decker
Deig
Matt
Gregory
Trent

Output desired in DT1 with updated cells as per DT
Decker, Trent
Matt, Deig
Greg, Arnold
Decker, Trent
источник

クリシェナ (Krishna)... in Uipath RPA
Harika
I have an excel sheet with a database of names. (DT)
Another sheet with names with approx names. (DT1)
I need an output updated based on the the database.

DT
Greg, Arnold
Matt, Deig
Decker, Trent
Alex, Chuck

DT1
Decker
Deig
Matt
Gregory
Trent

Output desired in DT1 with updated cells as per DT
Decker, Trent
Matt, Deig
Greg, Arnold
Decker, Trent
Use vlookup
We have in uipath similar to excel to excel
Or use contains logic
источник

DM

David Mercado in Uipath RPA
But if you are going to use vlookup take into account the maximum amount of rows in excel is 1’048.000
источник
2021 March 10

クリシェナ (Krishna)... in Uipath RPA
Attaching file to Outlook using wildcard  .. say *csv... is this possible in Uipath
источник

M

Mr. Rao in Uipath RPA
Dear ALL,

Greetings of the day!

We are trying to find people who have little knowledge about UiPath and looking for the real world Project/POCs like us. We have found one of industry expert who is ready to provide training on real world Project.
Please DM seperate as soon as possible we have two connection who is interested including me and looking more to start early as possible.

Note:- We are going to start demo class on Saturday, interested candidates can DM me.
Thank you
источник

SS

Satya S in Uipath RPA
Hi, is there any document related to imported namespaces in Uipath?  How can I know which method is a part of which namespace etc? Any document that I can refer to?
источник

SS

Satya S in Uipath RPA
Anybody knows "Path" method belongs to which namespace?
источник

VD

Valentin Drazdov in Uipath RPA
UiPath uses .NET so you can check documentation of .NET / VB.NET / C#
источник

VD

Valentin Drazdov in Uipath RPA
So the answer for your question is: System.IO.Path
источник

SS

Satya S in Uipath RPA
Valentin Drazdov
So the answer for your question is: System.IO.Path
Thanks, that worked!!
источник

SS

Satya S in Uipath RPA
Valentin Drazdov
UiPath uses .NET so you can check documentation of .NET / VB.NET / C#
Thanks, I will check on this
источник

SS

Satya S in Uipath RPA
Is it preferred to import any default namespaces before we get started with workflows?
источник

SS

Satya S in Uipath RPA
источник

SS

Satya S in Uipath RPA
источник

SS

Satya S in Uipath RPA
Satya S
Hi all, I am seeing something weird here. As soon as I connect the activities I am getting this ambiguous error...
источник

SS

Satya S in Uipath RPA
Satya S
If I delete the connection, I dont see that error. Anybody knows what the issue is?
источник

S

Soorya in Uipath RPA
If you want to retrieve a particular value from transaction item, you should use transactionitem.specificcontent("fieldname").tostring
источник