Size: a a a

2019 December 30

F

Fatima in Uipath RPA
If we all are logged out from server and we scheduled the project for particular task...then is it possible that
источник

F

Fatima in Uipath RPA
The process will run on the schedule time
источник

F

Fatima in Uipath RPA
?
источник

А

Алексей in Uipath RPA
Fatima
The process will run on the schedule time
Hmmm... 🤔
I think with Orchestrator API
источник

А

Алексей in Uipath RPA
If you know ID of processShedules, then
- check:
GET Orchestratorserver/odata/ProcessShedules(6), check key "Enabled".
If "Enabled" is false, then

- enable:
POST Orchestratorserver/odata/ProcessShedules/Uipath.Server.Configuration.OData.SetEnabled

{
"sheduleIds": [6],
"enabled":true
}
источник

А

Алексей in Uipath RPA
try this
источник
2019 December 31

А

Алексей in Uipath RPA
At first glance, you need to look at the dependencies and declare all objects as before, for example: var message as System.Net.Mail.Message = new System.Net.Mail.Message ().
I hope you understood me)))
источник

А

Алексей in Uipath RPA
I see that in the image "Code for ExecuteAsync method of parent scope is" ExecuteAsync is underlined, look at what it refers to.
источник

А

Алексей in Uipath RPA
And be sure !!! Before publishing the package, you need to add all the dlls that participate in the library. If you use SecureString, then you need to add System.Security.SecureString
источник

А

Алексей in Uipath RPA
By the way, SecureString is the data type for the password ;-)
источник

G

Gaurav4 in Uipath RPA
Any uipath opening for 2 year experience
источник

A

Alex in Uipath RPA
not really...i think even other it skills are doing good....i guess like .net n java development...😐
источник
2020 January 01

А

Алексей in Uipath RPA
This is not entirely true. Yes, it is possible that there will be no errors during compilation. She is present, but not in the studio ... Maybe this is the problem?
источник

А

Алексей in Uipath RPA
try adding the necessary library to the Uipath Studio project
источник

NK

ID:824225348 in Uipath RPA
источник

NK

ID:824225348 in Uipath RPA
Happy new year to all
источник
2020 January 02

S

Sheetal in Uipath RPA
How to count inserted Data form Excel sheet in uipath?
источник

NK

ID:1043956756 in Uipath RPA
Use a Read Range Activity to get all the information from the excel File and then assign to a variable the count of columns and rows.
источник

F

Fatima in Uipath RPA
Suppose v have one Excel sheet with hundreds of records from that only 5 records are inserted in data base so we need to get the record of only that 5 entries
источник

F

Fatima in Uipath RPA
So what to do for that count
источник