I have a Collection that is associated with a user. This association is meant to be made by the administrator before a user completes their registration and onboarding. I would like my onboarding flow to allow the user to login and complete things for their User like “Full Name” and “Avatar” (this works just fine!) Then I would like to link them to the new collection to provide some onboarding information on that object.
However when I link to a new screen and drop a form in for this referenced collection, the only option is “Create new” I can’t seem to get access to “Logged In User > {Referenced Collection}” so that I can have the user updated this associated data during their onboarding.
I’m not sure I’m explaining this well. Please let me know if it’s unclear as I’m still struggling a bit to understand what’s going on myself.