Size: a a a

2022 January 22

SM

SHEEZAN MD in Uipath RPA
Hi guys
I want to sort colum of excel without sort datatable activity


ColumnA should be ascending
Columnb should be descending

How to do

Please answer?
источник

MM

Mrigank Mishra in Uipath RPA
Using invoke method
источник

クリシェナ (Krishna)... in Uipath RPA
Fire vba from Uipath
It is simple
источник

TS

THOTA SANDEEP in Uipath RPA
use power query model
источник

k

kedar in Uipath RPA
dt_variable.asenumerable.groupby(function(x) x(coulmn A name).tostring).copytodatatable
and for descending change group by with other method it should be descending something like that i am not sure
источник

PK

Poonam K in Uipath RPA
Hi all, anyone have done with the hcl client (Uipath is client)technical round recently?
источник

V

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

V

Vrinda in Uipath RPA
источник
2022 January 24

MM

Mrigank Mishra in Uipath RPA
What is the difference between windows and windows legacy in Uipath when creating a project?
источник

DS

D S in Uipath RPA
Same what it means for old and new version
источник

MM

Mrigank Mishra in Uipath RPA
Which one is old and which one new version
источник

A

Anonymous in Uipath RPA
/
источник

MM

Mrigank Mishra in Uipath RPA
Thankyou 🙏
источник

C

Checho in Uipath RPA
Does anyone know how to parse a secure string to string? I need to send it as string argument to make an API call and use it in the JSON's body.
I've tried with this: New System.Net.NetworkCredential(String.Empty,API_KEY).SecurePassword.ToString that works on other activities but this time i need it in string variable and this gave me "System.Security.SecureString"
источник

А

Алена in Uipath RPA
new System.Net.NetworkCredential(String.Empty,yourSecString).Password
источник

C

Checho in Uipath RPA
that gives the same result :  "System.Security.SecureString"
источник

А

Алена in Uipath RPA
Just checked, it gives me string
источник

А

Алена in Uipath RPA
источник

D

DreamCatcher in Uipath RPA
Hi do anyone support in certification ?
источник

C

Checho in Uipath RPA
I've tried the same but with the secure string in the config loaded from an credential asset, may be that's the problem. Thanks! it works this way
источник