I have a function that inserts data into supabase, I want the uids created in the table to be returned by the action output to then transform it into a json type list and save it in another table, how can I do this?
the final json would be [
"uid1",
"uid2",
"uid3"
]