Hello,
I'm new here, and english is not my first language, so feel free to correct me.
I'm having a problem when using Power Automate Desktop inside a RDP connection, all the timeouts I've tested in actions like "wait for window content" don't work. For example, after connecting to the RDP connection, I have the following action:

I've setted the timeout to 60 seconds. But, when I run the flow, it does not wait 60 seconds before fail. Here is the execution log (its in portuguese, sorry):

After only 312ms it failed.
Here are the input details of the action that failed:
{
"timeout": {
"localizedName": "",
"value": "60",
"variableName": ""
},
"checkElementState": {
"localizedName": "Verificar estado do elemento de interface do usuário",
"value": "False",
"variableName": ""
},
"containsMode": {
"localizedName": "Aguardar até a janela",
"value": "0",
"variableName": ""
},
"element": {
"localizedName": "Elemento de interface do usuário",
"value": ":desktopicons{<{<{<SelectorSeparator>}>}>}uia3:// > listitem[Name=\"AOS164_NOLOADBALANCE\"]",
"variableName": "RDP desktop - server - Remote Desktop Connection > Desktop Icons > AOS164_NOLOADBALANCE"
}
}
Can someone help me to fix this issue?