shopifyCustomer.tags normally comes through as an Array, but I’ve noticed that sometimes it first appears as an empty string or just a string, and then later gets converted into an Array.[], and if it’s a string I wrap it in an Array. That way, no errors occur.