Hi Softr team,
I’m building a membership app using Softr Databases and having trouble linking onboarding data to the logged-in user.
Setup:
Members table (default Softr users)
-
Name
-
Email
-
softr_user_id
User Profiles table
-
User → Related record to Members (single)
-
City
-
Suburb
-
State
-
Postcode
-
onboarding_completed (checkbox)
Form setup:
-
Form connected to User Profiles
-
Action: Create record
-
“User” field:
-
Related record → Members
-
Hidden input ON
-
Value = Logged-in user
-
Issue
-
Profile record is created
-
But the related User field shows “Unnamed record”
-
Lookup fields (Name / Email from Members) do not populate
-
Linking feels inconsistent or broken
Questions
-
Is using Logged-in user → related record the correct way to link profiles?
-
Should onboarding data live directly in the Members table instead?
-
Is there a required identifier (softr_user_id / record ID) I should be using?
-
Any known limitations with Softr Databases + related user records?
Goal:
One clean profile per user, auto-linked on onboarding, no Make/Zapier.
Thanks!