Display success message on database insert

I want to show a success message after inserting info into supabase. I found that the error messages is possible to get hold of through (i think it was event ?) but cant seem to find on success?

Or maybe i can just treat the normal workflow as success since there is an on error branch.

Hi Wombat :waving_hand:

That’s right! You can treat the regular workflow as a success already.

You can create a success variable and use one step of the regular workflow to update and show it to the user if that’s what you want.