Custom database connecting to inputs and user

This may be a rookie mistake but I am having a very hard time trying to connect my custom database to my user and then to some inputs for the user. The idea is to have a list of three references which is shown on a users account page (and likely a profile page) with four text fields. I just can’t get the inputs to submit to the database at all, and I’m sure I might need help displaying that data onto the unique users account page.

Thanks in advance!

1 Like

What exactly are you having trouble with?

Hey @carcardijo!

Can you elaborate a bit more on the issue? From what limited understanding I got, two things to check: first, make sure your button workflow actually has a Create a new thing or Make changes to a thing step, otherwise nothing’s saving at all. Second, make sure your custom thing has a User field on it (or User has custom thing’s field on it) and you’re setting it to “current user” when you create it. If that’s missing, the data saves but isn’t tied to anyone, so it’ll never show up on their page. Hope that helps!