Buildship + Supabase + OpenAI
Hey all , this is not particularly a toddle question but I am working on a backend with Supabase and Buildship to be able to communicate with OpenAI . In Buildship I trigger OpenAI by creating a new row in Supabase . Then I receive a generated text from OpenAI (for example 1 . red , 2 . blue , 3 . green , 4 . purple ) . I want to add these outputs into a new row in supabase . How can I seperate the output so that I can add 1 .red to row color 1 , 2 . blue to row color 2 , . . . ? Many thanks