i have all my filenames (full path + extension) in a multi-line string
so i assign it into a string individually for my process
strFileNameReadRange = strFileNames1.Split(cchar(System.Environment.NewLine))(intFileCounter)
strFileNames1 = multi-line string
intFileCounter = line of multi-line string
it can return me properly when i use a message box and write line
but when i put into workbook path of read range activity
below message occurs
the variable i put into the workbook path = strFileNameReadRange
can advice what is wrong?
info
i can’t do a for each activity using the multi-line string or datatable, as the process is quite long. so i use a decision at the end of the process to loop it back and increase the intFileCounter