Size: a a a

2021 February 05

KS

Kamil Smoliński in Uipath RPA
Open application should be outside for each
источник

KS

Kamil Smoliński in Uipath RPA
I mean open application scope should surround for each
источник

DM

David Mercado in Uipath RPA
.
Hi is there any automation anywhere grp here in telegram , if their can someone pls suggest me
I have not seen it
источник

R

Robinhood in Uipath RPA
Anyone provide support for uipath?
источник

SG

Sarthak Gulati in Uipath RPA
Yes
источник

LR

Lucas Rocha in Uipath RPA
Guys, where can i learn more about RPA? I mean, i am a beginner and i want improve myself
источник

VD

Valentin Drazdov in Uipath RPA
Hi Lukas, you can find free academy on official UiPath portal
источник

VD

Valentin Drazdov in Uipath RPA
If you want to have fast start - there is RPA Starter course. Only 4 hours - and you will know a lot of basic things.
If you want to learn from business side - you can check Learning by Role page and search there for Citizen Developer learning path
If you want to work with UiPath as advanced programmer - find on same page Developer Foundation & Developer Advanced learning paths
источник

LR

Lucas Rocha in Uipath RPA
Thanks man
источник

DM

David Mercado in Uipath RPA
When you are ready with all of this you can apply that knowledge with a personal project
источник
2021 February 06

ND

Nitcoin Douh in Uipath RPA
Hello
источник

S

Shyam in Uipath RPA
David Mercado
When you are ready with all of this you can apply that knowledge with a personal project
True😄👍
источник

N

Nirmal in Uipath RPA
Hi all,

How to close unwanted excel child windows

Like save or don't save,

Enable editing

Some time asking save option but some times will not get so how to solve these problems
источник

DM

David Mercado in Uipath RPA
Nirmal
Hi all,

How to close unwanted excel child windows

Like save or don't save,

Enable editing

Some time asking save option but some times will not get so how to solve these problems
This kind of things should be requested in the enviironment configuration , the enabled editing is a Excel security option that should be turned off
источник

N

Nirmal in Uipath RPA
David Mercado
This kind of things should be requested in the enviironment configuration , the enabled editing is a Excel security option that should be turned off
K jii thank you I try to learn
источник

DM

David Mercado in Uipath RPA
You can also use vbs and manipulate your excel with that, setting displayAlerts to false
источник

DM

David Mercado in Uipath RPA
Like shown in line 9
источник

VD

Valentin Drazdov in Uipath RPA
By default security options if you download excel or word file from the Internet - it opens in read only mode and you must manually enable editing.

This is normal because some viruses distributing in word and excel files and if you open untrusted file - system give you a chance to prevent bad situation.

So if you will disable this option on your PC - it will be still enabled on other one. So if your robot at first download excel file from the Internet - you must to take care about that.

Very simple way - use file activity not excel one to read all data from table.
If you need to use Excel integration activity - use “Element Exist” activity to check if there enable button on the screen. If it exists - click on it. If not - just continue.
источник

A

Aditya in Uipath RPA
https://rpalearners.com/remove-value-or-an-item-from-a-list-using-uipath/
Remove value or an item  from a List using UiPath
источник
2021 February 07

NU

Naresh Upadhyay in Uipath RPA
M K
You can try to use "Matches" activity of uipath. It will give u a collection of Product ids. U just have to configure the regex for it and all set.
Thank you! I used split then for each. After that issue was resolved.
источник