Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Update user (Supabase) ​

Use this action to update the current user’s profile details in Supabase Auth.

Add the action ​

  1. Create (or open) an Interface workflow.
  2. Click + Add action.
  3. Select Supabase → Update user.
  4. Select the Supabase Connection you 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.

CONTINUE LEARNING

Learn how to retrieve the signed-in user.

Fetch user (Supabase) →