Dear community members and managers,
When calling a desktop flow using a scheduled cloud flow from around 06:00 on June 15, Korea standard time(KST), the following error continues to occur. The desktop flow had never been modified before this error occurred.

{
"error": {
"code": "CredentialAuthenticationFailed",
"message": "자격 증명을 추출하고 암호를 해독하지 못했습니다."
}
}
The meaning of the error message is as follows.
- Failed to extract credential and decrypt password.
Errors related to this are not described in the desktop flow error code document below.
https://learn.microsoft.com/en-US/troubleshoot/power-platform/power-automate/troubleshoot-errors-running-attended-or-unattended-desktop-flows
The version of power automate desktop in use is as follows.
- 2.30.114.23122 - Production version
- 2.32.111.23124 & 2.33.89.23145 - Dev/Test version
What I found out on my own was the following:
* The above error occurs and the desktop flow is interrupted regardless of the time point such as task start / in progress / end.
* Unable to check execution log for desktop flow
* The flow where the problem occurs is using the direct password input within the desktop flow in common.
I suspect there is some conflict between the desktop flow logging feature of the Power Automate and desktop flow including direct password input in Power Automate Desktop. Is there any way to fix this error?
23-06-16 modifed
Even when calling a desktop flow that did not use the direct password input function, the desktop flow was executed normally, but the same error was reported in the cloud portal. PAD version is 2.33.89.23145
