Autobind new database entry

Can the autobinding feature be used to create the new entry in the database for the input, or can it ONLY by used to UPDATE an existing entry?

It can only be used to update an exsisting entry. You can create a new entry for the user on page load and then you will be able to autobind to that.

Thanks @jonathan.baxter1991 for confirming, that’s a great idea!

Awesome, remember to add in a condition if the user already has an entry so that you don’t create a new entry every time the page loads.

1 Like