Irfan_Shaik
(UiPath_Developer)
November 1, 2022, 5:18am
1
Hello Team,
Recently I have updated my community studio and the version is 2022.10.03.
While automating some I am getting below error. Can anyone help me with this.
Thanks in advance
Gokul001
(Gokul Balaji)
November 1, 2022, 5:24am
2
Hi @Irfan_Shaik
Check the Double quote in the open browser activity
I did, but it is surprisingly always with type into and check if file exists with date formula’s in there like this one:
“\kotvs003\KOT\Works\Poldat\Controlling\PBI\MPZW\InventoryPBI\Material Usage Per Month\Material Usage Per Month”&now.AddMonths(-1).ToString(“MMyyyy”)&“.xlsx”
[image]
[image]
Regards
Gokul
HI @Irfan_Shaik
Can you change the Double quotes in the url and check again
Regards
Sudharsan
@Irfan_Shaik ,
I guess you havnt provided all the details in the property panel. Can you please share the screenshot of your property panel for the open browser activity?
Also check & make sure there is no other error message available!
@Irfan_Shaik
Check out this thread you will get to know about the problem
Hi,
In windows legacy, it seems double quote is normalized and any double quote characer is accepted. However, at this time, in windows (.net6) ,in fact, only " (0x22) is accepted to express string literal. To make matter worse, it seems to occur only compiling. (Expression validator don’t raise an alert.)
FYI, the following is sample for reproducing. The first Assign uses " 0x22 and second Assign uses “ and it fails in compiling.
Sample20221013-2.zip (2.1 KB)
[image]
Regards,
Windows legacy compatibility project is supporting any kind of double quotes where as Windows compatibility project supports only one kind of double quotes
Regards
Sudharsan
Irfan_Shaik
(UiPath_Developer)
November 1, 2022, 5:32am
6
This is the activity and properties that i am using in my practice.
Gokul001
(Gokul Balaji)
November 1, 2022, 5:38am
7
Hi @Irfan_Shaik
Re enter the Double Quote " Check the image
Gokul001
(Gokul Balaji)
November 1, 2022, 6:51am
9
Kindly close this topic by mark as solved @Irfan_Shaik , It will help for other too
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has found…
Regards
Gokul