build data table to
read pdf text to
assign varstr_array_ = varStr_Read_Data.Split({“cats dogs rabbits”,“Total”},stringsplitoptions.None) to
Log message log level info with message varstr_array(1)
Why do I keep getting this Log Message: Index was outside the bounds of the array. error when I debug my flow? Thanks
Hi
I think it has not split into two elements to check that use a writeline activity and mention like this varstr_array.Count.ToString
Which will show us the actually split count in writeline activity based on which we can go ahead further