Reuse "From action" in workflow not working

Hello, I’m struggling on a little issue that get on my nerves .. Why can’t I use the newly inserted row in my workflow ?

First I insert a new equipe in the public.equipes, and then I would like to update the public.profiles and update the equipe_id column of the current user, with the newly created team_id.

But I can’t reuse the newly created team object in my workflow I don’t understand why ?

Thanks in advance

check the options of the Insert action, you have the option “return inserted rows”

2 Likes

Thanksss