GetFull text returns spaces - array = invoiceInfoScrape.Split({Environment.NewLine},StringSplitOptions.None)

Hi All,
I have noticecd that GetFullText returns empty string and spaces.

while testing using _Test.mxml i get this in array :
“Invoice ID: 171142\r\nDate: 2017-10-14\r\nAmount: 100754\r\nCurrency: USD”

but when im implementing this in one of my Process i get this in array :
Process.xaml (12.2 KB)

"\n\t\t\t\t\t\t\t\tInvoice ID: 171142\n Date: 2017-10-14\n\t\t\t\t\t\t\t\tAmount: 100754\n\t\t\t\t\t\t\t\tCurrency: USD\n "

1 Like