Database default setup

is it possible to set something as default in the user database data?
or putting an image automatically into the database user table once the user have logged in?

Hi,

You cannot upload the image directly, but I think you can show a place holder image, but it totally depends on your use case.

Hi @furiousfrog,

In regards to default data: when you’re creating a record, you can fill in all the fields you wish. In regards to the Image property - this depends on your usecase as @ishantanusrivastava mentioned.

Best,
Victor.

can i set default image data in the app using the form submit button component?

Not easily. You need to take this image from somewhere (I mean it should exist as a part of the record in some Adalo collection).

Best,
Victor.

if i create a database listing out all the images, how do i setup the components and actions to create a record in a new database using the images from the listing database?

It is difficult to suggest a solution without knowing what is your goal.
Maybe you could use a single-item list of “templates” collection, put a button inside, and create record in another collection with the action on this button (and use properties of a record from the templates collection as a “source” for the new record).
Maybe you will need multiple lists like that.
Maybe you will need to use countdown timer to perform such actions.
Maybe you will need to create a custom component for this.
Maybe it’s not possible to achieve what you want.
Or maybe there is another solution which avoids the usage of “template” collection.

Best,
Victor.