Size: a a a

2020 October 14

Aj

Abhijeet jadhav in Uipath RPA
Переслано от Abhijeet jadhav
Hello team,
Here I am using regex, want to extract the highlighted text .
Can you please guide me on the same
источник

Aj

Abhijeet jadhav in Uipath RPA
I used
(?<=product (s)delivered ) (.*)

But it's not working for one line, it's taking below line also

Please suggest.
источник

A

Aleksey in Uipath RPA
Try [\w\W] *
источник

B

Bala in Uipath RPA
Hi can anyone help to recover my XAML file
источник

Aj

Abhijeet jadhav in Uipath RPA
Aleksey
Try [\w\W] *
Hii
It's Not working
источник

A

Aleksey in Uipath RPA
Abhijeet jadhav
Hii
It's Not working
(?<=product\(s\) delivered ) (.*)
источник

R

Rekha in Uipath RPA
Hi all, 'execute activity' in parallel is causing issues not coming out of the 'try section' of code when any unexpected popup shows up, anybody worked on this?
источник

Aj

Abhijeet jadhav in Uipath RPA
Aleksey
(?<=product\(s\) delivered ) (.*)
Aleksey
Wow, it's right. I appreciate your help. Thanks much
источник

D

Deepthi in Uipath RPA
I want to close all tabs at a time existing citrix application using uipath

In CV activities which will be useful or any other activities will use?????
источник

S

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

NA

Nittin Arora in Uipath RPA
Mayank Mehta
How to apply
Already fulfilled now
источник

L

Lohith B in Uipath RPA
источник

L

Lohith B in Uipath RPA
Email Automation👆
источник

PM

Poorna M in Uipath RPA
Rekha
Hi all, 'execute activity' in parallel is causing issues not coming out of the 'try section' of code when any unexpected popup shows up, anybody worked on this?
Please attach workflow/ screenshots
источник

PM

Poorna M in Uipath RPA
Ranjith Sanda
Please help on comparing two excell sheet rows (all columns) and find the not matching row column values. I am able compare only one column value rather all the column values of the row.
Please attach linq/ steps you are following
источник
2020 October 15

RS

Ranjith Sanda in Uipath RPA
Thanks Poorna, I will send you
источник

Aj

Abhijeet jadhav in Uipath RPA
Hello team, I have a data in PDF file like above, how I can get the highlighted text from it, Anyone can help me out? I am using regex here.
Thanks in advance
источник

Aj

Abhijeet jadhav in Uipath RPA
источник

Aj

Abhijeet jadhav in Uipath RPA
Like this data in pdf
источник

JP

Jagannath Patil in Uipath RPA
You can try Anchor tag activities
Instead of reg ex
источник