SD Card won't open file to store Car Data

Hello, I'm writing a sketch that gets car data using a HC-05 Bluetooth module and after I receive that data I put it in an array. After that step I then wanted to open a file to write the stored data to the SD Card. The SD card opens and writes correctly for 7 of the car values but after I try add the 8th value it won't open.

The code for getting the car data works fine but the SD card portion does not.

My Code is Attached.

Please help.
Thank You! :slight_smile:

car_and_sd_copy.ino (5.84 KB)