Return inserted rows | How to save?

Hello, everyone,
I am implementing a workflow on WeWeb.io, I have an action that inserts data into Supabase and I have ticked “Return inserted rows”.

In the logs I see “Succeeded” and below the id.

1111

1112

Now I would like to use that id for the next action.

How can I save it in a variable? Perhaps it is already saved and usable?

Thank you for your help,
Naike

Hello! You actually can get the results of a previous action(s) by using the vars in the “bolt icon” in the next action (within the same workflow):

If you wanted to save it into a variable to reuse across apps/workflows, the simplest way is to Change variable value → Set the value of that prev. action.