Problem saving array and collections in supabase

Hello guys, I am facing problem in saving array of multiple collections in to a database. Here is the output from json parser that i am trying to forward to a supabase update row module:

Subsequently when i feed this json into supbase update row module it save it like this:

it saves text like “collection”

what am i doing wrong?