This problem only occurs AFTER I update my Power Automate Desktop version last week. (11.2503.293.0) previous version I forgot...
Situation: when I invoke a desktop flow using Task Schedular
What works:
ms-powerautomate:/console/flow/run?environmentid=Default-abcd&workflowid=abcd&inputArguments={\"isSth\":false}
What does not work:
ms-powerautomate:/console/flow/run?environmentid=Default-abcd&workflowid=abcd&inputArguments={\"sth\":\"abc\"}
before update, a combine of this works
i.e. &inputArguments={\"isSth\":false, \"sth\":\"abc\"}
The exact message I have:
Exception message: Failed to deserialize input arguments json
HResult: -2146233088
Thank you very much in advance.