Getting this error while using Get Full Text and Click Activity. I did not get this error last week. The bot functioned as intended. This is a recent issue.
Steps to reproduce:
Current Behavior:
Getting the above error.
Expected Behavior:
Should get full text from a table and right click on a file in SharePoint.
Studio/Robot/Orchestrator Version:
Last stable behavior:
Last stable version:
OS Version:
Others if Relevant: (workflow, logs, .net version, service pack, etc):
No helpful post were found on forums here.
I actually pulled every Activity out of “Attach Window” and it worked. Not sure if this was really something I did, rather different activities wouldn’t behave properly with each other. I still think this needs to be resolved or at least have a clearer error explanation then just “Error HRESULT E_FAIL has been returned from a call to a COM component”, which is not very helpful and confusing.
Apologies for a late response. My team has experienced this error on multiple occasions and all are random occurrences. Did you solve this? Can’t say I have a solution for you. You’ll just have to disable/enable pieces until you figure out the problem. Best of luck!
@Gabriel_Tatu has this error been fixed yet?
My team is experiencing the error when we try to utilize a Window variable (in Attach Window) that is returned from Invoking another workflow and then perform any activity that uses the “partial selector” inside the Attach scope.
Our workaround is to use the selector instead of window variable.
Attached is a reproduction of the error, where MainTest invokes WindowTest then uses the window variable. MainTest.xaml (9.4 KB) WindowTest.xaml (6.3 KB)