Hi all- I am experimenting with the Microsoft Vision activities and need some help with how to output the data. Specifically, I am using the Handwritten Text activity to read an image of a time card and extract the text.
The output variable is of the type ‘UiPath.MicrosoftVision.TextLine’. I attempted to use a For Each loop with type ‘UiPath.MicrosoftVision.TextLine’ as the argument type and Write Line ‘item.ToString’ but I am getting the following error:
Unable to cast object of type ‘UiPath.MicrosoftVision.TextLine’ to type ‘UiPath.MicrosoftVision.TextLine[]’
I have checked and confirmed that the array variable is set to ‘UiPath.MicrosoftVision.TextLine’ as well as the argument type for the array.
Any suggestions on how to see the output from this variable type?