So… The activities have been updated and now Get Full Text expects an OutArgument variable instead of a String variable (like before).
If I put a string variable in the output property of the activity, it shows an error and the automation is not validated (so it will not run).
If I put an OutArgument variable I get the following error: “Get full text ‘SPAN’ : TypeConverter cannot convert from System.String.”
So… what is going on? Did UiPath screw up big time with their latest Core Activities update or am I just too dumb to understand this? I had the same issue with the activity “Matches” but I just used a workaround, by calling directly the .net function. However, for text extraction, this is not possible.