I’m attempting to read a specific cell from multiple Excel files all located in the same directory. My sequence reads the list of the Excel files from a directory into an array of type String. Then in a loop for each current text from the array that was read, I’m attempting to use the Excel file from the current text. However, the code returns the error “Read Cell Value: ArrayConverter cannon convert from System.String”. Does anyone know how to read the same cell from every Excel file in a specific directory?