Hello,
I'm trying to run an application with parameters with Power Automate Desktop and i encounter a problem.
I have to run a program with string in parameter but the quote seem to be removed when Power Automate run the program.
When i run the flow, i can see an MySql windows open and close imediately. it's too fast to view any error.
The only return i have is the AppExitCode and it is at 1
You can see in the screenshot what i want to do.

i have already tried to escape the quotes with ` or ^ and use other quotes like " or ' but nothing working.
Anyone have an idea to resolve this problem ?
Thanks in advance.