Hello Everybody!
I need save a little text get from a web search in an string array,
How can I do it ?
I create an string array, and I use the activity Get Full text to capture the text from a web search, then in output section of propieties of this activity I put the array variable, but when I run appear the next error that say: Source: Get Full Text ‘SPAN’
Message: ArrayConverter cannot convert from System.String
How can I solve this ?
Anybody can help me ?
Get Full Text Activity will give output as String but not String array.
After getting the output then apply String manipulation methods like Split to split that String and will give output as String array and then you store into that array of String variable.
Thanks @lakshman ! It works !
1 Like
Could you please close this thread by marking my above post as solution.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.