how to save action outputs in json?

Actions & Logic

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"

]

What have you tried so far?

I tried to get the action output to json

Did you check FlutterFlow's Documentation for this topic?
No
1
1 reply