I have a writer stage writing 3 items. Regardless of what the top item is, it will say in the Type column, "Unknown".
It is a text data item, being written to a text input field in a web browser. I get the error Unable to cast COM object of type 'mshtml.HTMLDocumentClass' to interface type 'mshtml.IHTMLDocument3'.
I can change the order of items listed. This always happens to the first item listed, no matter what it is. Any subsequent items work fine.
How does blue prism decide what the type is? Isn't that based on the element rather than the type of data item? What criteria does it use? How can I check this?