Azure Scope error

I have created an automation that downloads a file and is supposed to transfer to blob storage for me, everything works until it hits Azure Scope. The flow doesn’t list any errors, but when I run it, I get this error. Any suggestions on how to correct this?
image

Hi @Primal

Can you share the screenshot of the activity?

In windows legacy, it seems double quote is normalized and any double quote character 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.)

Regards
Gokul

1 Like

That was the problem. Thanks for the help @Gokul001

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.