Size: a a a

2020 May 04

C

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

А

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

B

Banof in Uipath RPA
🔥 Oops! Looks like @banofbot is not an admin here yet. Please ask admins to set @banofbot as an admin as well, otherwise it will not work. Thanks!
источник

N

Nancy in Uipath RPA
Hercules
After deserialising json output please verify if the value is empty.
Done, checked it’s not empty
источник

R

Raj in Uipath RPA
Attended Bots where Robots do work in intervention of humans.

Unattended Bots without intervention on humans
источник

R

Raj in Uipath RPA
Attended versus unattended RPA bots

RPA bots can work in both “attended” and “unattended” modes. Typically targeted toward front-office activities, attended bots are useful when the entire end-to-end process can’t be automated. RPA bots can work alongside humans to deliver attended automation. In such cases, the actions of RPA bots can still be triggered by system-level events that can give and take data to and from human workers.

Unattended RPA bots execute tasks and interact with applications independent of human involvement. Unattended bots can be triggered by events and they can be scheduled.

A call center agent can get help from an attended RPA bot in near real time during a live customer call. For example, the attended bot can find customer data from one application and automatically type it into a second application. This way, the call center agent spends less time switching between applications and can focus on high-value tasks such as solving the customer’s problem.

Unattended bots typically perform batch operations that do not require user intervention. For example, a batch of new client information is received in a spreadsheet and needs to be entered into multiple applications.
источник

R

Raj in Uipath RPA
😊
источник
2020 May 05

MM

Mohammad Mallik in Uipath RPA
Hello everyone
источник

MM

Mohammad Mallik in Uipath RPA
I want to copy an image url from web but when after right click the context menu automatically vanishes, please help me to solve this.
источник

B

BalaReva in Uipath RPA
Sure Raj..
источник

RS

Rakesh Sharma in Uipath RPA
[05/05, 1:43 PM] Rakesh: can uu just give expression two extrct the data from below sentence=                                                                                      ------------------------------------------------------------------------------------------------------------------------------  hello my name is srinath . i am a uipath developer.  so i want to extract "my name is srinath . i am a uipat"
: regx expression pls
источник

H

Hercules in Uipath RPA
Nancy
Done, checked it’s not empty
Can you check if the parameter names and input are matching. And also chek the type argument
источник

H

Hercules in Uipath RPA
Rakesh Sharma
[05/05, 1:43 PM] Rakesh: can uu just give expression two extrct the data from below sentence=                                                                                      ------------------------------------------------------------------------------------------------------------------------------  hello my name is srinath . i am a uipath developer.  so i want to extract "my name is srinath . i am a uipat"
: regx expression pls
Try splitting the string using '.'
источник

H

Hercules in Uipath RPA
Then try to remove the unwanted text
источник

RS

Rakesh Sharma in Uipath RPA
This is just a sample
источник

RS

Rakesh Sharma in Uipath RPA
I want to extract from pdf
источник

RS

Rakesh Sharma in Uipath RPA
The text will be heavy
источник

A

Ajay Sai in Uipath RPA
Can anyone tell difference between parse and parseextract
источник

O

Oleg in Uipath RPA
Ajay Sai
Can anyone tell difference between parse and parseextract
https://docs.microsoft.com/en-us/dotnet/api/system.datetime.parse?view=netframework-4.8

https://docs.microsoft.com/en-us/dotnet/api/system.datetime.parseexact?view=netframework-4.8

With parseExact method the format of the string representation must match a specified format exactly or an exception is thrown.
источник

N

Nancy in Uipath RPA
Hercules
Can you check if the parameter names and input are matching. And also chek the type argument
Checked the argument they are correct
источник