Hi Quinn, the issue has been resolved. Realised that I was trying to append to an uninitialised optional array. I was able to resolve by checking if the optional array was nil and if so, instead of appending, I initialised the array with the new data.