Size: a a a

2021 March 10

S

Soorya in Uipath RPA
Satya S
Hi all, I am seeing something weird here. As soon as I connect the activities I am getting this ambiguous error...
Use in_transactionitem.specificcontent("FileName").tostring
источник

SS

Satya S in Uipath RPA
Soorya
Use in_transactionitem.specificcontent("FileName").tostring
I am retriving data from data row, not queue item.
источник

VD

Valentin Drazdov in Uipath RPA
Satya S
Hi all, I am seeing something weird here. As soon as I connect the activities I am getting this ambiguous error...
Somewhy you have imported (used) namespace “System.Windows.Shape” that actually have Path class as well as “System.IO” namespace have it.

So .NET have a conflict and can’t understand which “Path” do you want to use.

Solutions:
1) Find what kind of activity adds “System.Windows.Shape” and remove it, or, if you can’t do that:
2) Use fully qualified name of the class (it inludes namespace), so finaly you will have: System.IOSystem.IO.Path.GetFileNameWithoutExtension(...) + System.IOSystem.IO.Path.GetExtension(...)
источник
2021 March 11

SS

Satya S in Uipath RPA
Valentin Drazdov
Somewhy you have imported (used) namespace “System.Windows.Shape” that actually have Path class as well as “System.IO” namespace have it.

So .NET have a conflict and can’t understand which “Path” do you want to use.

Solutions:
1) Find what kind of activity adds “System.Windows.Shape” and remove it, or, if you can’t do that:
2) Use fully qualified name of the class (it inludes namespace), so finaly you will have: System.IOSystem.IO.Path.GetFileNameWithoutExtension(...) + System.IOSystem.IO.Path.GetExtension(...)
Understood, I will try that. Thanks!
источник

R

Rekha in Uipath RPA
Hi, anybody knows if the user has to enable the 'Uipath web Automation' extension before running the bot on their machine(for chrome)? They have only the Robot installed..
источник

R

Rekha in Uipath RPA
This?
источник

R

Rekha in Uipath RPA
Infact, I mean whereever the bot runs
источник

DM

David Mercado in Uipath RPA
Yes it has to be enabled
источник

R

Rekha in Uipath RPA
Thank you!!
источник

R

Rekha in Uipath RPA
David Mercado
Yes it has to be enabled
Since the user do not have studio installed.. they just goto .. chrome settings---> extensions----> and search for "uipath web automation" and enable it?? Or are there any other steps to enable on their machine?
источник

DM

David Mercado in Uipath RPA
But
источник

DM

David Mercado in Uipath RPA
Si you have a bot installed in the machine ?
источник

DM

David Mercado in Uipath RPA
The bot agent ?
источник

R

Rekha in Uipath RPA
Yes User has the robot installed
источник

DM

David Mercado in Uipath RPA
And is connected with
источник

DM

David Mercado in Uipath RPA
Orchestrator
источник

DM

David Mercado in Uipath RPA
Isn’t it?
источник

R

Rekha in Uipath RPA
Yes
источник

DM

David Mercado in Uipath RPA
Yes the only thing is enable the extension and make sure that the machine is configured as interactive enabled
источник

DM

David Mercado in Uipath RPA
The session should be interactive
источник