Appearance
Update user (Supabase)
Use this action to update the current user’s profile details in Supabase Auth.
Add the action
- Create (or open) an
Interfaceworkflow. - Click
Add an action. - Select
From Authentication→Update user. - Select the Supabase
Connectionyou want to use.
Configure the action
All fields are optional. Only set what you want to change:
- New email: Change the user’s email address.
- New password: Change the user’s password.
- User metadata: Update extra profile data (for example
{ "full_name": "Pat Lee" }).
Common pitfalls
The user is not signed in
This action updates the current user. If nobody is signed in, it won’t have a user to update.

