Hey
I have a supabase table and one of the columns contains an array of keywords, example: [“funny teacher appreciation t-shirt”, “T-Rex milestone school shirt”, “my teacher survived 100 days t-shirt”, “cheerful dinosaur school shirt”, “100 days of school T-Rex shirt”]. When I fetch the collection and array is recieved as a string, how can i handle this in Weweb to turn it back into an array?
Thanks